Skip to content

Releases: omupa/gitclean

0.0.3

29 May 20:40

Choose a tag to compare

0.0.3 Pre-release
Pre-release

Git Clean 0.0.3

Fix force deletion when using interative mode

0.0.2

28 May 22:29

Choose a tag to compare

0.0.2 Pre-release
Pre-release

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

21 May 04:16

Choose a tag to compare

0.0.1 Pre-release
Pre-release

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

  1. Clone this repository
  2. Run the following command: go build
  3. The executable file will be created in the same project folder

Full Changelog: https://github.com/omupa/gitclean/commits/0.0.1