Git pull

From NovaOrdis Knowledge Base
Revision as of 00:04, 19 February 2020 by Ovidiu (talk | contribs) (→‎--rebase)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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. For more details see:

Git Rebasing