Skip to content

Instantly share code, notes, and snippets.

@TobiTenno
Last active July 13, 2025 20:29
Show Gist options
  • Save TobiTenno/be16290485052fed03f45042b34762d0 to your computer and use it in GitHub Desktop.
Save TobiTenno/be16290485052fed03f45042b34762d0 to your computer and use it in GitHub Desktop.
Recommended git settings
git config --global user.email "[email protected]"
git config --global user.name "TobiTenno"
git config --global pull.rebase true
git config --global rebase.autoStash true
git config --global --bool push.autoSetupRemote true

if you have git config user.signingkey configured

git config --global commit.gpgsign true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment