mirror of
https://codeberg.org/Mo8it/How_To_Linux.git
synced 2024-11-21 14:48:02 +00:00
Add description for git config
This commit is contained in:
parent
3372213507
commit
b20893652b
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,10 @@ The participants of the course will add a description to each of these Git subco
|
|||
|
||||
## git config
|
||||
|
||||
Configure user-specific information like name, email etc. An example for setting the email is
|
||||
|
||||
'git config --global user.email you@gotthis.com'
|
||||
|
||||
## git init
|
||||
|
||||
## git clone
|
||||
|
|
Loading…
Reference in a new issue