Configure git
Jump to navigation
Jump to search
- Set your username:
git config --global user.name "FIRST_NAME LAST_NAME"
- Set your email address:
git config --global user.email "MY_NAME@example.com"
Related[edit]
See also[edit]
Advertising: