首页 > 其他 > 详细

git学习笔记

时间:2016-02-19 12:01:11      阅读:177      评论:0      收藏:0      [点我收藏+]
查看所有远程分支:git branch -a
查看本地分支:git branch
创建分支:git branch [branch_name]
切换到分支:git checkout [branch_name]
删除本地分支:git branch -d [branch_name]
删除远程分支:git push origin --delete [branch_name]
重命名本地分支:git branch -m [old_branch_name] [new_branch_name]
 
git.oschina.net 学习
技术分享http://developer.51cto.com/art/201512/502921.htm
技术分享http://www.kuqin.com/shuoit/20141213/343854.html
技术分享
技术分享

git学习笔记

原文:http://www.cnblogs.com/zhoumeng780/p/5200155.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!