Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save pakMann/e313ce9aa05ff1ea0498 to your computer and use it in GitHub Desktop.

Select an option

Save pakMann/e313ce9aa05ff1ea0498 to your computer and use it in GitHub Desktop.
git commands
for i in $(git branch | sed 's/^.//'); do git checkout $i; git pull --rebase origin master; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment