Created
October 25, 2017 14:26
-
-
Save pajlada/1a0a33b221b200e2e06774c490ce147c to your computer and use it in GitHub Desktop.
2017-10-25 .gitconfig
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
| [alias] | |
| st = status | |
| ci = commit --verbose | |
| co = checkout | |
| df = diff | |
| lg = log -p | |
| ap = add --patch | |
| permission-reset = !git diff -p -R --no-color | grep -E \"^(diff|(old|new) mode)\" --color=never | git apply |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment