Skip to content

Instantly share code, notes, and snippets.

@akagaeng
Last active December 15, 2022 02:20
Show Gist options
  • Save akagaeng/102ce74b6eed19caf9856eb18f1182b3 to your computer and use it in GitHub Desktop.
Save akagaeng/102ce74b6eed19caf9856eb18f1182b3 to your computer and use it in GitHub Desktop.
git config global / local
# git config global
git config --global user.name "ksyang"
git config --global user.email akagaeng@gmail.com

# git config local
git config --local user.name "ksyang"
git config --local user.email akagaeng@gmail.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment