Skip to content

Instantly share code, notes, and snippets.

@tehnerd
Created November 6, 2014 15:24
Show Gist options
  • Save tehnerd/f7e06dd6da2c16b326c9 to your computer and use it in GitHub Desktop.
Save tehnerd/f7e06dd6da2c16b326c9 to your computer and use it in GitHub Desktop.
dot git
[user]
email = [email protected]
name = tehnerd
[color]
diff = auto
status = auto
branch = auto
[color "status"]
added = green
changed = red bold
untracked = magenta bold
[color "branch"]
remote = green
[color "diff"]
commit = magenta
tag = red
meta = red
[alias]
co = checkout
ci = commit
br = branch
up = remote update
st = status
tree = log --graph --decorate --pretty=oneline --abbrev-commit
[credential]
helper = cache --timeout=3600
[log]
decorate = full
[color "decorate"]
tag = red
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment