mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-01 04:20:39 +02:00
Fix git pull --rebase explanation (#2262)
This commit is contained in:
@@ -396,8 +396,8 @@ $ git pull origin master
|
|||||||
$ git pull
|
$ git pull
|
||||||
|
|
||||||
# Merge in changes from remote branch and rebase
|
# Merge in changes from remote branch and rebase
|
||||||
# branch commits onto your local repo, like: "git pull <remote> <branch>, git
|
# branch commits onto your local repo, like: "git fetch <remote> <branch>, git
|
||||||
# rebase <branch>"
|
# rebase <remote>/<branch>"
|
||||||
$ git pull origin master --rebase
|
$ git pull origin master --rebase
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user