Skip to content

Instantly share code, notes, and snippets.

@eavom
Last active December 20, 2024 00:59
Show Gist options
  • Save eavom/75cdc5a5270fbe9da46b55836adc6757 to your computer and use it in GitHub Desktop.
Save eavom/75cdc5a5270fbe9da46b55836adc6757 to your computer and use it in GitHub Desktop.
Git ~ Config Setup
git config --list
git config --global user.name "display-name"
git config --global user.email "github-email" 
git config --global http.sslbackend schannel
git config --global http.sslbackend openssl
git config --global --list
git config --local --list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment