15

だから - 誰かがこれを明確にすることができます:

走る:

git pull origin master  
git status

そして、変更をプルして、次のように言います。

your branch is ahead of origin/master ... blahblah by 6 commits...

次に実行すると

git fetch
git status

それは言います:

# On branch master
nothing to commit (working directory clean)

それで-デフォルトでgit fetchを行うと思いgit pullました-では、なぜ追加なしで「6コミット先」と表示されるのgit fetchですか?

4

1 に答える 1