Last active
January 12, 2019 11:37
-
-
Save jintao-zero/5a1a9cb080204aad97e08d310f2820e2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 查看分支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