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 11: | Line 11: | ||
* [[Git installation]] | * [[Git installation]] | ||
* <code>[[git status]]</code> | * <code>[[git status]]</code> | ||
| + | * [[Create branch and commit to remote]] | ||
== See also == | == See also == | ||
Latest revision as of 06:16, 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[edit]
See also[edit]
Advertising: