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 10: | Line 10: | ||
== Related == | == Related == | ||
* [[Git installation]] | * [[Git installation]] | ||
| − | * <code>git status]]</code> | + | * <code>[[git status]]</code> |
== See also == | == See also == | ||
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
See also
Advertising: