Created
July 8, 2025 11:32
-
-
Save rodhfr/48662c4b31675792634201073dcfaf18 to your computer and use it in GitHub Desktop.
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 config --global alias.pushall '!f() { for remote in $(git remote); do echo "Pushing to $remote..."; git push --all "$remote"; git push --tags "$remote"; done }; f' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment