Git History - View git log, file history, compare branches or commits
GitLens — Git supercharged - Supercharge the Git capabilities built into Visual Studio Code — Visualize code authorship at a glance via Git blame annotations and code lens, seamlessly navigate and explore Git repositories, gain valuable insights via powerful comparison commands, and so much more
Git Graph - View a Git Graph of your repository, and easily perform Git actions from the graph. Configurable to look the way you want!
Git Blame - See Git Blame information in the status bar for the currently selected line.
git-autoconfig - Working with git repos where you can have multiple emails (like one for work, one for github, one for bitbucket, etc...) can be painful. This extension forces you to set locally user.email and user.name for each project under git that you open with vscode.
GitLab Workflow - This extension integrates GitLab into Visual Studio Code.
Git Branch Warnings - Branch Warnings - Alerts you when you are working on a branch you have designated "protected" such as main or master. Can help to remember not to commit to the wrong branch.