Created
June 4, 2025 06:48
-
-
Save zzzarius/596e14cba2523a863e796a016b0173fb to your computer and use it in GitHub Desktop.
Git push current branch by making it upstream too
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 -u origin $(git branch --show-current) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment