Skip to content

Commit

Permalink
Slip in the Boxen changes
Browse files Browse the repository at this point in the history
  • Loading branch information
holman committed Dec 17, 2012
1 parent 6360f60 commit 7cee8be
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions git/gitconfig.symlink
@@ -1,14 +1,16 @@
# Sample gitconfig
#
# You probably want to change the [user] section here since you are not me.
# Also search in this file for FIXME- you'll want to well, fix them.

[hub]
protocol = https
[user]
name = Zach Holman
email = zach@zachholman.com
[credential]
helper = osxkeychain
helper = /opt/boxen/bin/boxen-git-credential
# FIXME: You'll want the `helper` line below; delete the one above.
# helper = osxkeychain
[alias]
co = checkout
promote = !$ZSH/bin/git-promote
Expand All @@ -21,7 +23,9 @@
branch = auto
ui = true
[core]
excludesfile = ~/.gitignore
excludesfile = /opt/boxen/config/git/gitignore
# FIXME: You'll want the `excludesfile` line below; delete the one above.
# excludesfile = ~/.gitignore
editor = vim
[apply]
whitespace = nowarn
Expand All @@ -30,4 +34,8 @@
[difftool]
prompt = false
[help]
autocorrect = 1
autocorrect = 1

# FIXME: You can nuke all of this on your machine.
[credential]
helper = /opt/boxen/bin/boxen-git-credential

0 comments on commit 7cee8be

Please sign in to comment.