Releases: omupa/gitclean
Releases · omupa/gitclean
0.0.3
0.0.2
Git Clean 0.0.2
Add the following features:
- Interative mode
- Flag to force deletion
- Flag to delete all branhces without interative mode
Full Changelog: 0.0.1...0.0.2
0.0.1
Git Clean 0.0.1
We clean all other branches from your git repository.
Be careful, it doesn't ask for any confirmation.
How to use
We provide executables for linux/amd64 and windows/amd64.
Just run ./gitclean inside your repository.
You can also add the executable to your PATH and you will be able to run gitclean from anywhere in
your shell.
Build from source
Prerequisites
- Golang >= 1.22.3
Step by step
- Clone this repository
- Run the following command:
go build - The executable file will be created in the same project folder
Full Changelog: https://github.com/omupa/gitclean/commits/0.0.1