Skip to content

Instantly share code, notes, and snippets.

@cointoss1973
Last active December 15, 2015 07:58
Show Gist options
  • Save cointoss1973/5226837 to your computer and use it in GitHub Desktop.
Save cointoss1973/5226837 to your computer and use it in GitHub Desktop.

Git と Mercurial の pull と fetch の違い

git の pull は、 hg の fetch と同じである。

コマンド 動作
hg fetch hg pull + hg merge
git pull git fetch + git merge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment