Git pull

From NovaOrdis Knowledge Base
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