git 常用命令

git add .

git commit -m "test commit "

git fetch origin master

git rebase origin/master

git push origin master

 

有冲突时,解决冲突 然后 

git add .    

git rebase --continue

git push origin master

posted @ 2018-01-11 17:02  ls-lansy  阅读(472)  评论(0编辑  收藏  举报