Difference between revisions of "Configure git"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
Tags: Mobile web edit, Mobile edit |
||
| Line 1: | Line 1: | ||
| + | |||
| + | * Set your username: | ||
| + | :<code>[[git config --global user.name]] "FIRST_NAME LAST_NAME"</code> | ||
| + | * Set your email address: | ||
| + | :<code>git config --global user.email "[email protected]"</code> | ||
* <code>[[git config --global push.autoSetupRemote true]]</code> | * <code>[[git config --global push.autoSetupRemote true]]</code> | ||
Revision as of 06:12, 3 April 2025
- Set your username:
git config --global user.name "FIRST_NAME LAST_NAME"
- Set your email address:
git config --global user.email "[email protected]"
Related
- Git installation
git status]]
See also
Advertising: