Created
November 1, 2016 04:32
-
-
Save aileron/49e06d553fe7de1dff39602317d71848 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[core] | |
excludesfile = /Users/aileron/.gitignore_global | |
[user] | |
name = aileron.cc | |
email = [email protected] | |
[push] | |
default = simple | |
[alias] | |
delete-merged-branches = !git branch --merged | grep -v \\* | xargs git branch -d | |
delete-remote-branches = !git fetch --all --prune |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment