mezis / git-whistles

A set of bells and whistles for your Git.
Other
64 stars 15 forks source link

Allows possibility of deleting several branches #18

Closed Davidslv closed 10 years ago

Davidslv commented 11 years ago

This commit intends to allow passing several branches to be deleted Usage: git chop [branch1] [branch2]

Thank you, David Silva

Davidslv commented 10 years ago

Improved the README.md as well.

pedrocunha commented 10 years ago

Sorry for the delay on reviewing this. If you have time it would be awesome if this script was upgraded to a ruby class like the others if not, it's not a block.

Davidslv commented 10 years ago

@pedrocunha I addressed your comment in a different way, I used the unix way, as in:

man ls

pedrocunha commented 10 years ago

Thanks :)