码迷,mamicode.com
首页 > 其他好文 > 详细

git 的一些用法

时间:2015-05-18 10:54:24      阅读:108      评论:0      收藏:0      [点我收藏+]

标签:github上   git   pull   

以前都是在github上面整整,基本的git clone就足够了,git push, git pull一直没有深入学习。

现在工作中需要用到,所以把最近遇到的一些总结起来了

    git checkout develop #切换到develop分支
    git push -u --all    #这样可以把本地的分支与远程的分支关联起来,否则git pull的时候会需要你git push --set-upstream之类的。

    git merge --no-ff develop -m "Merge from develop branch" #从develop 分支合并到当前分支
    git log --pretty=oneline --graph 

git 的一些用法

标签:github上   git   pull   

原文地址:http://blog.csdn.net/qianguozheng/article/details/45815739

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!