Skip to content

Instantly share code, notes, and snippets.

@vinaymavi
Created November 13, 2019 09:22
Show Gist options
  • Save vinaymavi/d298c7f1d014f547fff1a8f84602748b to your computer and use it in GitHub Desktop.
Save vinaymavi/d298c7f1d014f547fff1a8f84602748b to your computer and use it in GitHub Desktop.
for remote in `git branch | grep -v /HEAD`; do git push backup $remote -f ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment