update git

This commit is contained in:
JMARyA 2024-05-21 08:44:25 +02:00
parent 76626a468c
commit 5ab3921c43
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -201,6 +201,9 @@ git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]
Pull from a reposity:
```shell
git pull
# Rebase instead of merge (append your commit if remote is newer)
git pull --rebase
```
Push to a repository: