Skip to content

Instantly share code, notes, and snippets.

@northband
Created July 23, 2014 20:37
Show Gist options
  • Save northband/6280531eb200fe9d17d5 to your computer and use it in GitHub Desktop.
Save northband/6280531eb200fe9d17d5 to your computer and use it in GitHub Desktop.
git some
Update master from a feature branch:
git config --global alias.some "!git checkout master && git pull --rebase && git remote prune origin && git cleanlocal"
git some
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment