git pull --help 说:
git pull --help
在默认模式下,git pull是git fetch的简写,后跟git merge FETCH_HEAD.
这是什么FETCH_HEAD,以及实际合并期间git pull?
FETCH_HEAD
git pull
git git-fetch
什么git fetch origin master:master意思?
git fetch origin master:master
我的意思是这个master:master部分:我知道是什么git fetch origin意思,但那个master:master部分呢?
master:master
git fetch origin
git version-control
git ×2
git-fetch ×1
version-control ×1