Last active
April 14, 2025 11:53
-
-
Save andrewpetrochenkov/d2ff68a846b8fb9553b5a223e83452d2 to your computer and use it in GitHub Desktop.
git push #git
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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