
git
文章平均质量分 71
张林利
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Push local non-git project to remote github repo
Initiate a local repository in project directory$ git initCommit local files to local repoAdd remote repogit remote add origin *[your remote repo url]*Push local repo master branch to remote master bra原创 2016-04-08 13:30:56 · 387 阅读 · 0 评论 -
git common commands
Situation: Now I want to create a temporary branch based on release-4.0 named release-4.1switch to target branchgit checkout release-4.0check if the branch is rightgit branchcreate a temporary branch n原创 2016-05-23 15:11:56 · 568 阅读 · 0 评论