Git pull: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 10: | Line 10: | ||
==--rebase== | ==--rebase== | ||
Runs git rebase instead of git merge. |
Revision as of 21:04, 29 July 2019
Internal
Overview
Fetches all remote tracked branches from the remote repository and merges the corresponding remote tracked branch into the current local branch.
Options
--rebase
Runs git rebase instead of git merge.