Skip to content

Commit

Permalink
Move gitconfig.symlink to gitconfig.symlink.example. Setup gitconfig …
Browse files Browse the repository at this point in the history
…to be bootstrapped without holman's stuff.
  • Loading branch information
memborsky committed Jan 21, 2013
1 parent cfc67fa commit dda1e20
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 41 deletions.
41 changes: 0 additions & 41 deletions git/gitconfig.symlink

This file was deleted.

31 changes: 31 additions & 0 deletions git/gitconfig.symlink.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Sample gitconfig
#

[hub]
protocol = https
[user]
name = AUTHORNAME
email = AUTHOREMAIL
helper = osxkeychain
[alias]
co = checkout
promote = !$ZSH/bin/git-promote
wtf = !$ZSH/bin/git-wtf
rank-contributers = !$ZSH/bin/git-rank-contributers
count = !git shortlog -sn
[color]
diff = auto
status = auto
branch = auto
ui = true
[core]
excludesfile = ~/.gitignore
editor = vim
[apply]
whitespace = nowarn
[mergetool]
keepBackup = false
[difftool]
prompt = false
[help]
autocorrect = 1

0 comments on commit dda1e20

Please sign in to comment.