Skip to content

Commit

Permalink
Update .gitconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianBland committed Mar 12, 2016
1 parent 82b3e36 commit 42faadd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[user]
name = Brian Bland
email = brian.bland@docker.com
email = brian.t.bland@gmail.com
[log]
decorate = true
[push]
Expand Down Expand Up @@ -29,3 +29,6 @@
glog = log --all --date-order --graph --format=\"%C(yellow bold)%h %C(cyan bold)%an%C(red bold)%d%Creset %s %C(green bold)%N%Creset\"
wdiff = diff --color-words
track = !git branch -u origin/$(git symbolic-ref --short HEAD)
fetchpr = "!f() { if [ $# -gt 1 ]; then remote=$1; pr=$2; else remote=upstream; pr=$1; fi; git fetch $remote refs/pull/$pr/head:pr$pr; }; f"
[core]
excludesfile = /Users/bbland/.gitignore

0 comments on commit 42faadd

Please sign in to comment.