Skip to content

Instantly share code, notes, and snippets.

@devlights
Created August 3, 2018 02:57
Show Gist options
  • Save devlights/c927e1f7aea0e5cf42985192749b4124 to your computer and use it in GitHub Desktop.
Save devlights/c927e1f7aea0e5cf42985192749b4124 to your computer and use it in GitHub Desktop.
[git] git fetch したしたときの変更点確認とマージの仕方
$ git fetch origin
$ git log HEAD..FETCH_HEAD
$ git diff HEAD..FETCH_HEAD
$ git merge FETCH_HEAD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment