Skip to content

Instantly share code, notes, and snippets.

@awd
Last active December 18, 2015 23:08
Show Gist options
  • Save awd/5859328 to your computer and use it in GitHub Desktop.
Save awd/5859328 to your computer and use it in GitHub Desktop.
Save yourself some key strokes bro. Drop this into your .bash_profile
function gitmerged() {
git checkout master; git pull; git fetch -p; git branch -D $1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment