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

Update notes.md git config

This commit is contained in:
Max 2023-08-17 10:59:27 +02:00
parent ba80482b59
commit a3d2250b65

View file

@ -4,6 +4,20 @@ The participants of the course will add a description to each of these Git subco
## git config ## git config
This command is used to pass information onto git.
Example:
```bash
$ git config --global user.name "USERNAME"
```
and
```bash
$ git config --global user.email "EMAIL"
```
## git init ## git init
## git clone ## git clone