Skip to main content

rt git pull

rt › git › pull

Pull from origin (mirror of GitHub Desktop's Pull button)

Usage

rt git pull [flags]

Arguments & flags

Flag / ArgTypeDefaultDescription
--remotetextRemote to pull from
--dry-runbooleanfalseShow the git command without running it
--no-verifybooleanfalseSkip pre-pull hooks
--rebasebooleanfalseForce rebase instead of merge, overriding pull.rebase config
--no-rebasebooleanfalseForce merge instead of rebase, overriding pull.rebase config

See code: commands/git/pull.ts › pullCommand