Git pull: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 2: Line 2:


* [[Git_Commands#Remote_Repository_Interaction|Git Commands]]
* [[Git_Commands#Remote_Repository_Interaction|Git Commands]]
* [[git pull]]


=Overview=
=Overview=

Revision as of 23:29, 7 August 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.