Skip to content

Instantly share code, notes, and snippets.

@victory316
Created December 22, 2023 05:53
Show Gist options
  • Save victory316/94c5d2c81ace021b19b4b61ef9dd5f94 to your computer and use it in GitHub Desktop.
Save victory316/94c5d2c81ace021b19b4b61ef9dd5f94 to your computer and use it in GitHub Desktop.
Useful git configs
# create remote branch when no branch exists when 'git push' performed
git config --global --add --bool push.autoSetupRemote true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment