Skip to content

Instantly share code, notes, and snippets.

@schweigert
Created August 15, 2023 20:17
Show Gist options
  • Save schweigert/ff871999beedf401c57cc8623f907c96 to your computer and use it in GitHub Desktop.
Save schweigert/ff871999beedf401c57cc8623f907c96 to your computer and use it in GitHub Desktop.
Configuração básica de git
git config --global pull.rebase true
git config --global fetch.prune true
git config --global diff.colorMoved zebra
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment