https://github.com/vovanr/git-delete-current-branch
Delete current git branch after close pull request
https://github.com/vovanr/git-delete-current-branch
git
Last synced: about 1 month ago
JSON representation
Delete current git branch after close pull request
- Host: GitHub
- URL: https://github.com/vovanr/git-delete-current-branch
- Owner: VovanR
- License: mit
- Created: 2019-11-06T09:54:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-17T20:43:21.000Z (over 4 years ago)
- Last Synced: 2025-01-26T19:32:30.737Z (over 1 year ago)
- Topics: git
- Language: Shell
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# git-delete-current-branch
> Delete git branch after close pull request
```shell
git-delete-current-branch
```
## Install
Download [`libexec/git-delete-current-branch`](libexec/git-delete-current-branch) to `~/.local/bin/`
## Install with [basher](https://github.com/basherpm/basher)
```
basher install vovanr/git-delete-current-branch
```
## License
MIT © [Vladimir Rodkin](https://github.com/VovanR)