Git pull: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:


Fetches all remote tracked branches from the remote repository and merges the corresponding remote tracked branch into the current local branch.
Fetches all remote tracked branches from the remote repository and merges the corresponding remote tracked branch into the current local branch.
=Options=
==--rebase==

Revision as of 21:03, 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