Skip to content

Have you ever been tired of finding your local branches that have been merged and are to-be-deleted. This project makes this process easy and interactive.

Notifications You must be signed in to change notification settings

bmutafov/git-away

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git Away

git-away

A script that allows you to clean your merged (and non-merged) branches in a repository interactively.

Running

Run immediately

The simplest way is via npx if you have NodeJS installed on your machine. Simply open a terminal and type:

npx git-away

Install

You can also install globally

npm install -g git-away

and then use it without npx:

git-away

About

Have you ever been tired of finding your local branches that have been merged and are to-be-deleted. This project makes this process easy and interactive.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published