1
0
Fork 0
mirror of https://codeberg.org/Mo8it/How_To_Linux.git synced 2024-10-18 09:42:38 +00:00

Added another example

This commit is contained in:
Sara Fechner 2023-08-16 15:53:51 +02:00
parent b20893652b
commit 635ec921b2

View file

@ -8,6 +8,10 @@ Configure user-specific information like name, email etc. An example for setting
'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 clone