# gitdemo **Repository Path**: javability/gitdemo ## Basic Information - **Project Name**: gitdemo - **Description**: 1q2w - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-03-25 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #gitdemo #http://jingyan.baidu.com/article/f3e34a12a25bc8f5ea65354a.html #本地新建项目推送到github上 git remote add origin https://git.oschina.net/lizhaohua/gitdemo.git git pull --rebase origin master git push -u origin master