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
- Host: GitHub
- URL: https://github.com/greedbell/git-extend
- Owner: greedbell
- License: mit
- Created: 2019-05-30T03:47:56.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-30T06:54:11.000Z (about 7 years ago)
- Last Synced: 2025-10-13T19:34:44.639Z (9 months ago)
- Topics: git, shell
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`