Skip to content

Instantly share code, notes, and snippets.

@Shawn1224
Last active January 29, 2021 03:27
Show Gist options
  • Save Shawn1224/e7f48e2b8341eaeca21ea701ec1d1113 to your computer and use it in GitHub Desktop.
Save Shawn1224/e7f48e2b8341eaeca21ea701ec1d1113 to your computer and use it in GitHub Desktop.
git config locally
git init
git config --local --list
git config user.email "nobodylovesuwhenurdownnout@gmail.com"
git config user.name "Bart"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment