Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>simple gitNew to Visual Studio Code? Get it now.
simple git

simple git

nyncral

|
22 installs
| (0) | Free
over simplify the use of git in vscode
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Simple Git (sgit)

Simple Git is a Visual Studio Code extension that provides commands for all-in-one basic Git functionalities. It allows you to perform common Git operations with just a shortcut.

Features

  • automatically pulls when opening a git repository

Commands

  • sgit : full push sgit.fullPush : add, commit, and push to the remote repository. (also git pull --rebase --autostash before anything)
  • sgit : initialize existing repository sgit.initRepo : Initialize a new Git repository and set up a remote origin even if there's already files in the curent directory.
  • sgit : pull sgit.pull : executes git pull --rebase --autostash if there's no conflicts.

Changelog

See the changelog tab for more information. (or find it here)

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft