Skip to content

Instantly share code, notes, and snippets.

@xoebus
Created November 14, 2010 01:10
Show Gist options
  • Save xoebus/675799 to your computer and use it in GitHub Desktop.
Save xoebus/675799 to your computer and use it in GitHub Desktop.
My git configuration
[user]
name = Chris Brown
email = cb@tardis.ed.ac.uk
signingkey = D5E60FB1
[github]
user = xoebus
token = [REDACTED]
[alias]
st = status
ci = commit
co = checkout
br = branch
unstage = checkout --
last = log -1 --stat -p --decorate -M
tags = tag -n1 -l
graph = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold yellow)<%an>%Creset' --abbrev-commit --date=relative
praise = blame
[core]
editor = mvim -f
pager = less -FRSX
excludesfile = ~/.gitignore
autocrlf = input
[color]
branch = auto
diff = auto
interactive = auto
status = auto
ui = auto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment