Last active
August 14, 2016 13:52
-
-
Save johnlaine1/87187259118194f15b4d52d56e2ab98f to your computer and use it in GitHub Desktop.
Sample .gitconfig file
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
[alias] | |
llog = log --oneline --abbrev-commit --all --graph --decorate --color | |
st = status | |
br = branch | |
co = checkout | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment