Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kanedafromparis/ff3b86442a9ba37789e0ec0a069ef231 to your computer and use it in GitHub Desktop.
Save kanedafromparis/ff3b86442a9ba37789e0ec0a069ef231 to your computer and use it in GitHub Desktop.
set local git username/email
# don't use --global
#
# vim .git/config
# [core]
# ...
#
#[remote "origin"]
# ...
#[branch "master"]
# ...
#...
#[user]
# name = Jean ...
# email = csa@..."
#
git config user.name "Jean ..."
git config user.email "csa@..."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment