Git命令

多人协作时首先

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命令)