Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/greedbell/git-extend

Git Command Extension
https://github.com/greedbell/git-extend

git shell

Last synced: 21 days ago
JSON representation

Git Command Extension

Awesome Lists containing this project

README

        

# git-extend

Git Command Extension

## git-branch-list.sh

list branch

`$git-branch-list.sh "feature*"` delete all branch begin with `feature`

## git-branch-delete.sh

delete branch

`$git-branch-delete.sh "feature*"` delete all branch begin with `feature`