1
0
Fork 0
mirror of https://codeberg.org/Mo8it/How_To_Linux.git synced 2024-10-18 11:52:39 +00:00

Add bash to code line

This commit is contained in:
Sara Fechner 2023-08-17 10:56:00 +02:00
parent c6d7319272
commit e464885cd0

View file

@ -6,12 +6,14 @@ 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 ```bash
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" ```bash
git config --global user.name "Wonderful-Person"
``` ```
## git init ## git init