摘要: ![git工作流程图](http://upload-images.jianshu.io/upload_images/1323575-632e4a603b5ede04.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) 阅读全文
posted @ 2016-03-12 11:37 兔太萌 阅读(74) 评论(0) 推荐(0)
摘要: git config global user.name "你的名字" git config global user.email "你的Email" git clone 在git clone的时候,所有本地分支默认与远程主机的同名分支,建立追踪关系,也就是说,本地的master分支自动"追踪"orig 阅读全文
posted @ 2016-03-12 11:27 兔太萌 阅读(101) 评论(0) 推荐(0)