Skip to content

Instantly share code, notes, and snippets.

@jintao-zero
Last active January 12, 2019 11:37
Show Gist options
  • Save jintao-zero/5a1a9cb080204aad97e08d310f2820e2 to your computer and use it in GitHub Desktop.
Save jintao-zero/5a1a9cb080204aad97e08d310f2820e2 to your computer and use it in GitHub Desktop.
* 查看分支merge操作涉及的相关修改详情
git show -m <commit>
`Note also that you can give the -m option to any of these commands to
force generation of diffs with individual parents of a merge.`
git diff commit commit^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment