摘要:
git push origin --delete Chapater6 git branch -d Chapater8 git fetch origingit checkout -b "develop" "origin/develop" git fetch origingit checkout "or 阅读全文
摘要:
要讲清楚git fetch,git pull,必须要附加讲清楚git remote,git merge 、远程repo, branch 、 commit-id 以及 FETCH_HEAD。1. 【git remote】首先, git是一个分布式的结构,这意味着本地和远程是一个相对的名称。本地的rep 阅读全文