Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 1.74 KB

File metadata and controls

50 lines (35 loc) · 1.74 KB

Quick Git Changelog

[Submodule Selection] - {PR_MERGE_DATE}

Added functionality to view and select submodules in a repo

  • View a list of submodules in a repo
  • Select a submodule as your working repo from the Git Status list
  • Open submodules remote repo
  • Include the repo name in the navigation title when you are in a repo.
  • Fix some bugs and cleanup some code

[Working with worktrees] - 2026-02-12

Added support for navigating and managing worktrees.

  • Create, delete and change to a worktree
  • Better support for identifying submodules
  • Updated shortcuts to support Windows

[Smoother repo selection] - 2025-08-18

Updated how repos are selected so that it is quicker to change between them.

  • Added a new extension preference for selecting a directory to look for repos
  • Updated the repo selection screen
  • Updated git status parsing to be a bit more robust, and now displays how much files have changes

[Diffs and deletes] - 2025-06-16

View the diff for a file that you have changed, and make it easier to delete and push branches.

  • Show and hide file diffs
  • Add Open With… action
  • If the Delete Branch action fails you can now try and hard delete it
  • If the Push Branch action fails you can now force push it (with lease)
  • Refactor various parts of extension

[Initial version] - 2025-06-10

Select a git repository and display a list of changed files, along with some information about the current branch.

  • Check status of the repo
  • Stage and unstage changes, you can do this to all files at once or individually
  • Commit the currently staged changes
  • Discard changes and restore a file to its previous state
  • Push, pull and fetch a branch
  • Stash all unstaged files
  • Open or copy a file
  • Create, delete and switch branches