Skip to content

Commit

Permalink
:bowtie: gitconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarnette committed Jul 10, 2016
1 parent a513f49 commit d873b1e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gitconfig
@@ -1,5 +1,5 @@
[alias]
cleanup = !git branch --merged | grep -v '*' | xargs git branch -d
cleanup = ! git branch --merged | grep -v '*' | xargs git branch -d

[github]
user = jbarnette
Expand All @@ -10,3 +10,5 @@
[user]
name = John Barnette
email = jbarnette@github.com
[credential]
helper = osxkeychain

0 comments on commit d873b1e

Please sign in to comment.