Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/myty/git-gone

A simple script to remove all git branches that have been merged into the main remote branch.
https://github.com/myty/git-gone

deno git

Last synced: 17 days ago
JSON representation

A simple script to remove all git branches that have been merged into the main remote branch.

Awesome Lists containing this project

README

        

# git-gone

A simple script to remove all git branches that have been merged into the main remote branch.

## Pre-requisites

* [Deno](https://deno.com/)
* [Git](https://git-scm.com/)

## Installation

```sh
deno install -g --allow-run -n git-gone jsr:@myty/git-gone
```

## Usage

### Help

```sh
git gone -h
```

## Commands

### list

List all gone branches.

### prune

Delete all gone branches.

## Credits

All credits for the idea go to Eugene Yokota (see ):

* git gone: cleaning stale local branches at
* git-gone in Bash:
* git-gone in Rust: