mirror of
https://codeberg.org/Mo8it/How_To_Linux.git
synced 2024-11-21 19:18:02 +00:00
Added another example
This commit is contained in:
parent
b20893652b
commit
635ec921b2
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,10 @@ Configure user-specific information like name, email etc. An example for setting
|
||||||
|
|
||||||
'git config --global user.email you@gotthis.com'
|
'git config --global user.email you@gotthis.com'
|
||||||
|
|
||||||
|
An example for setting the username would be
|
||||||
|
|
||||||
|
'git config --global user.name "Wonderful-Person"'
|
||||||
|
|
||||||
## git init
|
## git init
|
||||||
|
|
||||||
## git clone
|
## git clone
|
||||||
|
|
Loading…
Reference in a new issue