Skip to content
| Marketplace
Sign in
Visual Studio Code>SCM Providers>Pull from masterNew to Visual Studio Code? Get it now.
Pull from master

Pull from master

Jacobson

| (1) | Free
Adds a Source Control menu action to pull from origin/master.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Pull from master (Cursor / VS Code extension)

Adds a home icon button to the Source Control view title bar that merges your default branch into the current branch.

What it does

  • Attempts origin/master first, then origin/main
  • Runs fetch then merge using the Git extension API (to avoid interactive prompts)

Development

npm install
npm run build
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft