Last active
August 5, 2019 19:11
-
-
Save dbuschman7/887f952119e174b6ed06 to your computer and use it in GitHub Desktop.
Git config
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
[color] | |
ui = auto | |
[color "status"] | |
header = cyan bold | |
branch = green | |
nobranch = red reverse white | |
added = green | |
changed = yellow | |
untracked = red | |
deleted = red bold | |
[alias] | |
st = status | |
ci = commit | |
co = checkout | |
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit | |
[push] | |
default = matching |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment