1
0
Fork 0
mirror of https://github.com/CorentinTh/it-tools.git synced 2025-08-06 14:05:18 +02:00
This commit is contained in:
Justman100 2025-07-12 13:47:18 +02:00 committed by GitHub
commit 9648f2fb1e
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
```
Pull a git repository
```shell
git pull [url]
```
Clone an existing git repository
```shell