Skip to content

Instantly share code, notes, and snippets.

@jottenlips
Created August 17, 2022 18:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jottenlips/f1ad4c53c287e263caea420d7f8f8e20 to your computer and use it in GitHub Desktop.
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
git config --global push.default current
@jottenlips
Copy link
Author

I always forget this when setting up a new machine

@jottenlips
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment