Skip to content

Instantly share code, notes, and snippets.

@andrewpetrochenkov
Last active April 14, 2025 11:53
Show Gist options
  • Save andrewpetrochenkov/d2ff68a846b8fb9553b5a223e83452d2 to your computer and use it in GitHub Desktop.
Save andrewpetrochenkov/d2ff68a846b8fb9553b5a223e83452d2 to your computer and use it in GitHub Desktop.
git push #git
git push --all "$(git remote -v | awk '{print $1}' | uniq)"
git push -f --all "$(git remote -v | awk '{print $1}' | uniq)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment