/gist:082a423adbffe3278c0e Secret
Created
February 2, 2016 10:52
Star
You must be signed in to star a gist
This file contains 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
| git branch | |
| develop | |
| * release/4.6 | |
| git log --oneline -- Source/xx/xx/myfile.exe.config | |
| 7bd5b59 xxxx | |
| 229f461 xxxx | |
| 79eecd7 xxxx | |
| e26d3cb xxxx | |
| 1f74666 xxxx | |
| d46c1f4 xxxx | |
| 2aa16ff xxxx | |
| d1e1bb0 xxxx | |
| 67972f9 xxxx | |
| aa2554d xxxx | |
| 7d93b73 xxxx | |
| 64db7a9 xxxx | |
| c39c7be xxxx | |
| git branch --contains e26d3cb | |
| develop | |
| * release/4.6 | |
| git diff --name-only e26d3cb~ e26d3cb | |
| Source/xx/xx/myfile.exe.config | |
| git checkout develop | |
| git log --oneline -- Source/xx/xx/myfile.exe.config | |
| 229f461 xxxx | |
| 79eecd7 xxxx | |
| 1f74666 xxxx | |
| d46c1f4 xxxx | |
| 2aa16ff xxxx | |
| d1e1bb0 xxxx | |
| 67972f9 xxxx | |
| aa2554d xxxx | |
| 7d93b73 xxxx | |
| 64db7a9 xxxx | |
| c39c7be xxxx |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment