git-pull with rebase argument
use rebase could cause a clean and linear history, it's a good habit.
This commit is contained in:
@@ -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}}`
|
||||
|
Reference in New Issue
Block a user