Ecosyste.ms: Awesome
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: 21 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-30T06:54:11.000Z (over 5 years ago)
- Last Synced: 2024-10-16T08:10:02.006Z (2 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`