git创建分支与合并分支

git branch myfeture 创建分支

git checkout myfeture

git add --all

git commit -m

git push origin myfeture

git checkout master

git merge myfeture

git push

posted @ 2015-11-16 20:06  djdliu  阅读(138)  评论(0编辑  收藏  举报