git branch look at your branches
git branch newbranch
git checkout newbrach
do something
git checkout master
git merge newbranch
git branch -d newbrach
git push new branch
http://stackoverflow.com/questions/2765421/push-a-new-local-branch-to-a-remote-git-repo-and-track-it-too
本文介绍如何使用Git进行分支管理,包括创建、切换、合并分支及删除本地分支等操作,并详细说明了如何将本地新分支推送到远程仓库。
4884

被折叠的 条评论
为什么被折叠?



