Some Git ToolsGit utilities for VSCode:
FeaturesFile HistoryBrowse every commit that touched the currently open file, directly in the SCM panel.
When a diff tab is open (from clicking a commit), the File History view stays in sync — it highlights the commit that produced the diff you are looking at. Branch ManagerA branch list with status indicators, sorted so the most important branches surface first: current branch → gone branches → all others alphabetically. Gone BranchesWhen a remote tracking branch has been deleted upstream (e.g. after a merged PR), the local branch is highlighted in red with a Use the context menu to clean up in one step — delete the local ref and/or push the remote delete without leaving the editor. Ahead/Behind IndicatorBranches that are out of sync with their upstream show Context MenuRight-click any branch for available actions:
Deleting a local branch prompts for confirmation and offers a Force Delete option for branches with unmerged changes. Feature SettingsTwo theme colors can be overridden in your
Example:
Requirements
|
