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

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

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

git shell

Last synced: about 2 months 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`