赞
踩
git pull origin updateCode
git pull origin master:updateCode
- git checkout dev
- git pull
- git checkout master
- git merge dev
- git push -u origin master
- git checkout master
- git pull
- git checkout dev
- git merge master
- git push -u origin dev
git branch
git branch [branchname]
git checkout updateCode
git status
git add .
git commit -m "[message]"
git push
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。