Gitpanda is a VS Code extension that enhances your Git branch workflow and helps keep repositories clean and easy to manage.
- One-click branch name copy
- Delete the current branch with one click
- Safely delete all merged local branches
Gitpanda never deletesmain,master, ordevelop.
(Pushing important work to origin before cleanup is recommended.) - One-click “ship all”
Stages all changes, commits them with your message, and pushes to origin. - Useful branch insights
View branch status and last commit information.
All commands are available via the status bar button or the Command Palette:
gitpanda.copy— Copy the current branch namegitpanda.deleteCurrentBranch— Delete the current branch and switch to the previous onegitpanda.deleteMergedBranches— Safely delete all merged local branches (excluding protected branches)gitpanda.shipAll— Stage, commit, and push all changesgitpanda.branchInfo— Show current branch status and last commit info
Your workspace has to have a git repository initialized to use this extension.
- Open VS Code
- Go to the Extensions view (
Ctrl+Shift+X/Cmd+Shift+X) - Search for Gitpanda
- Click Install
Once installed, the Gitpanda status bar button will appear when you open a Git repository.
Initial release of gitpanda
Icon change and small readme update
Increased max commit message length from 72 to 172.
Small change in the extension description. Added a demo image of branch tools button.
Enjoy!
