mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
Fix git pull --rebase explanation (#2262)
This commit is contained in:
parent
4310633b36
commit
1c3de94e76
@ -396,8 +396,8 @@ $ git pull origin master
|
||||
$ git pull
|
||||
|
||||
# Merge in changes from remote branch and rebase
|
||||
# branch commits onto your local repo, like: "git pull <remote> <branch>, git
|
||||
# rebase <branch>"
|
||||
# branch commits onto your local repo, like: "git fetch <remote> <branch>, git
|
||||
# rebase <remote>/<branch>"
|
||||
$ git pull origin master --rebase
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user