Created
November 14, 2010 01:10
-
-
Save xoebus/675799 to your computer and use it in GitHub Desktop.
My git configuration
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
[user] | |
name = Chris Brown | |
email = [email protected] | |
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