Last active
August 23, 2018 01:07
-
-
Save VicoErv/ac21cbb7785e5414ff7cadeb07ab1ae1 to your computer and use it in GitHub Desktop.
Revisions
-
VicoErv revised this gist
Aug 23, 2018 . 1 changed file with 6 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1 +1,6 @@ To see the diff for a particular COMMIT hash: `git diff COMMIT~ COMMIT` will show you the difference between that COMMIT's ancestor and the COMMIT. See the man pages for git diff for details about the command and gitrevisions about the ~ notation and its friends. Alternatively, `git show COMMIT` will do something very similar. (The commit's data, including its diff - but not for merge commits.) See the git show manpage. -
VicoErv revised this gist
Aug 23, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1 +1 @@ `git diff COMMIT~ COMMIT` -
VicoErv created this gist
Aug 23, 2018 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ git diff COMMIT~ COMMIT