mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-13 22:51:13 +03:00
git-pull with rebase argument
use rebase could cause a clean and linear history, it's a good habit.
This commit is contained in:
parent
d2c7181f9a
commit
431a5c8759
@ -6,6 +6,10 @@
|
||||
|
||||
`git pull`
|
||||
|
||||
- Download changes from default remote repository and use fast forward
|
||||
|
||||
`git pull --rebase`
|
||||
|
||||
- Download changes from given remote repository and branch, then merge them into HEAD
|
||||
|
||||
`git pull {{remote_name}} {{branch}}`
|
||||
|
Loading…
Reference in New Issue
Block a user