多人协作时首先
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
本文标题:Git命令
本文链接:https://www.haomeiwen.com/subject/fpcfettx.html
网友评论