mirror of
https://codeberg.org/Mo8it/How_To_Linux.git
synced 2024-11-21 19:18:02 +00:00
Change syntax of code block
This commit is contained in:
parent
635ec921b2
commit
c6d7319272
1 changed files with 4 additions and 2 deletions
|
@ -6,11 +6,13 @@ The participants of the course will add a description to each of these Git subco
|
||||||
|
|
||||||
Configure user-specific information like name, email etc. An example for setting the email is
|
Configure user-specific information like name, email etc. An example for setting the email is
|
||||||
|
|
||||||
'git config --global user.email you@gotthis.com'
|
```git config --global user.email you@gotthis.com
|
||||||
|
```
|
||||||
|
|
||||||
An example for setting the username would be
|
An example for setting the username would be
|
||||||
|
|
||||||
'git config --global user.name "Wonderful-Person"'
|
```git config --global user.name "Wonderful-Person"
|
||||||
|
```
|
||||||
|
|
||||||
## git init
|
## git init
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue