This commit is contained in:
Justman100 2025-10-19 23:29:22 +02:00 committed by GitHub
commit 98f760e237
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,6 +15,12 @@ Create a git repository
git init git init
``` ```
Pull a git repository
```shell
git pull [url]
```
Clone an existing git repository Clone an existing git repository
```shell ```shell