Git命令
2016-08-30 本文已影响0人
啡色围巾
多人协作时首先
git pull从远程拉下来代码进行开发,然后git add
git commit -m ""
git stash
git stash apply
git stash pop
git merge dev
git status
git checkout --
git checkout -b branch-name
git branch -d branch-name
多人协作时首先
git pull从远程拉下来代码进行开发,然后git add
git commit -m ""
git stash
git stash apply
git stash pop
git merge dev
git status
git checkout --
git checkout -b branch-name
git branch -d branch-name