Last active
March 20, 2018 20:09
-
-
Save draperjames/9f334f9ae03a94c9b846395158590a9b to your computer and use it in GitHub Desktop.
my gitconfig alias
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] | |
| ad = add -A | |
| cm = commit | |
| co = checkout | |
| st = status | |
| br = branch | |
| lg = !git --no-pager log --pretty --oneline -n 10 | |
| pu = push | |
| pl = pull | |
| hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short | |
| type = cat-file -t | |
| dump = cat-file -p |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment