Skip to content

Instantly share code, notes, and snippets.

@chrisnicola
Created February 20, 2011 22:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisnicola/836388 to your computer and use it in GitHub Desktop.
Save chrisnicola/836388 to your computer and use it in GitHub Desktop.
[core]
editor = vim
excludesfile = ~/.gitignore
[user]
name = chris.nicola
email = chris.nicola@visioncritical.com
[color]
diff = auto
branch = auto
status = auto
[diff]
renames = true
[alias]
st = status
ps = push
pu = pull
ci = commit -v
br = branch
co = checkout
cp = cherry-pick
cia = commit -v -a
df = diff
lg = log -p
rb = rebase
spull = !git svn fetch && git svn rebase
spush = !git svn dcommit
gr = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset' --abbrev-commit --date=relative
[filter "indent"]
clean = cat
smudge = cat > ~/.tmp/temp
_ReSharper*/
logs/
build/
release/
bin/
Bin/
obj/
*/*.user
*.user
*.suo
*.~vsd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment