Commands.app

git pull

Remote Operations

Fetch and integrate changes from remote repository

Options & Flags
Available options for this command
--rebase

Rebase instead of merge

Examples
Common usage examples

Pull changes from remote

git pull

Pull from specific branch

git pull origin main

Pull and rebase

git pull --rebase
Related Commands
You might also find these useful