Skip to content

Instantly share code, notes, and snippets.

@Angelfirenze01
Last active November 22, 2022 16:23
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Angelfirenze01/5879a7f02b2bdd9235ca6b536c834cde to your computer and use it in GitHub Desktop.
Save Angelfirenze01/5879a7f02b2bdd9235ca6b536c834cde to your computer and use it in GitHub Desktop.
Git configuration setup.
git config --global user.name "Angelfirenze"
git config --global user.email "intothecode01@tutanota.com"
git config --global core.autocrlf true
git config --global push.default simple
git config --global pull.rebase true
git config --global rerere.enabled true
git config --global color.ui true
git config --global alias.s "status -s"
git config --global alias.lg "log --oneline --decorate --all --graph"
git config --global credential.helper wincred
@Angelfirenze01
Copy link
Author

Add Windows credentials command.

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