Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Setting the user name in git:

 

 

Code Block
languagebash
themeEmacs
git config --global user.name "my name"

 

...

 

Setting the email address in git:

...