Project

git-dd

0.0
No commit activity in last 3 years
No release in over 3 years
git command to delete branches interactively
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 0
~> 3.6

Runtime

~> 2.2
~> 4.5
= 0.12.0
 Project Readme

git-dd

Gem Version

git command to delete branches interactively

Install

Install git-dd with gem:

gem install git-dd

How to use

  • Run git dd to select branches to delete. Use arrow keys, press Space to select and Enter to finish.

git-dd

The merged/unmerge status show whether the branch has been merged into current branch.

  • Run git dd --merged to delete all branches have been merged into current branch.

Press Ctrl + c to return.