Skip to content

Instantly share code, notes, and snippets.

@dbuschman7
Last active August 5, 2019 19:11
Show Gist options
  • Save dbuschman7/887f952119e174b6ed06 to your computer and use it in GitHub Desktop.
Save dbuschman7/887f952119e174b6ed06 to your computer and use it in GitHub Desktop.
Git config
[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