mirror of
https://codeberg.org/Mo8it/How_To_Linux.git
synced 2024-11-24 00:51:36 +00:00
Update notes.md git config
This commit is contained in:
parent
ba80482b59
commit
a3d2250b65
1 changed files with 14 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue