Skip to content

Instantly share code, notes, and snippets.

@flyingoctopus
Forked from northband/gist:6280531eb200fe9d17d5
Last active November 1, 2024 16:52
Show Gist options
  • Select an option

  • Save flyingoctopus/5c4612a63a77f7f94d7d to your computer and use it in GitHub Desktop.

Select an option

Save flyingoctopus/5c4612a63a77f7f94d7d to your computer and use it in GitHub Desktop.
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
@flyingoctopus
Copy link
Author

git some

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment