update git
This commit is contained in:
parent
76626a468c
commit
5ab3921c43
1 changed files with 3 additions and 0 deletions
|
@ -201,6 +201,9 @@ git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]
|
||||||
Pull from a reposity:
|
Pull from a reposity:
|
||||||
```shell
|
```shell
|
||||||
git pull
|
git pull
|
||||||
|
|
||||||
|
# Rebase instead of merge (append your commit if remote is newer)
|
||||||
|
git pull --rebase
|
||||||
```
|
```
|
||||||
|
|
||||||
Push to a repository:
|
Push to a repository:
|
||||||
|
|
Loading…
Reference in a new issue