git-sweep
Branch cleaner
Tool for safely removing unwanted Git branches from a remote repository after they've been merged into master
A command-line tool that helps you clean up Git branches that have been merged into master.
3k stars
37 watching
125 forks
Language: Python
last commit: about 1 year ago
Linked from 3 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
git-town/git-town | Automates the creation and management of Git branches to improve productivity in development workflows. | 2,623 |
diazod/git-prune | Automates the removal of merged branches in local and remote Git repositories. | 35 |
tj/git-extras | Tools and utilities for managing Git repositories and workflows | 17,351 |
gobriansteele/git-clean-branch | Automates cleanup of dead git branches | 1 |
matt-harvey/git_curate | An interactive tool to help manage cluttered Git repositories by stepping through local branches one at a time and prompting users to decide whether to keep or delete them. | 429 |
schroefdop/git-branches | A tool to simplify branch management in Git using shell scripting and oh-my-zsh plugin architecture. | 7 |
joshnh/git-commands | A collection of commonly used Git commands and their descriptions. | 5,160 |
frostming/legit | A command-line Git client inspired by GitHub for Mac, designed to simplify Git workflows for both beginners and experienced users. | 5,706 |
nvie/gitflow | A collection of Git extensions to support Vincent Driessen's branching model. | 26,651 |
tummychow/git-absorb | Automates fixing bugs in feature branches by identifying and merging changes into existing commits | 4,725 |
qw3rtman/git-fire | Automates emergency Git repository management by creating a new branch and pushing all changes to prevent merge conflicts. | 4,346 |
danielkummer/git-flow-cheatsheet | A reference guide providing a structured workflow for managing branches and releases in Git | 2,476 |
zacharyjlo/git-recent-branches | An oh-my-zsh plugin to view and manage recent Git branches. | 1 |
elstgav/branch-manager | Automates routine Git branch maintenance tasks | 16 |
jesseduffield/lazygit | A tool that simplifies Git interactions by providing an interactive and intuitive terminal interface | 53,100 |