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 pushsgit.fullPush : add, commit, and push to the remote repository. (also git pull --rebase --autostash before anything)
sgit : initialize existing repositorysgit.initRepo : Initialize a new Git repository and set up a remote origin even if there's already files in the curent directory.
Changelog
See the changelog tab for more information. (or find it here)