Skip to content

Instantly share code, notes, and snippets.

@aileron
Created November 1, 2016 04:32
Show Gist options
  • Save aileron/49e06d553fe7de1dff39602317d71848 to your computer and use it in GitHub Desktop.
Save aileron/49e06d553fe7de1dff39602317d71848 to your computer and use it in GitHub Desktop.
[core]
excludesfile = /Users/aileron/.gitignore_global
[user]
name = aileron.cc
email = aileron.cc@gmail.com
[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