Created
August 17, 2022 18:21
-
-
Save jottenlips/f1ad4c53c287e263caea420d7f8f8e20 to your computer and use it in GitHub Desktop.
Default git push behavior so you don't have to git push --set-upstream origin feature/your-branch
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 push.default current |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I always forget this when setting up a new machine