Skip to content
This repository has been archived by the owner on Jan 4, 2021. It is now read-only.
/ git-purged Public archive

git-purged - a git sub command to list branches already removed (and possibly merged) on a remote origin. This a mirror of my git repository.

License

Notifications You must be signed in to change notification settings

thekondor/git-purged

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-purged

git-purged - a git sub command to list branches already removed on remote origin

Overview

A tiny tool to list branches which are already purged from a remote origin. A cross-platform and easy-to-use alternative for grep'ing git's output. The main purpose of the git-purged is to provide a convinient way for scripting deletion of obsolete git branches.

Build

Since the tool was intentionally written with using no external dependencies, the following should be enough to a get a self-contained binary:

make build

will produce git-purged (git-purged.exe for MS Windows) binary in build/ directory.

Usage

The only requirement is git command availability through ${PATH} (%PATH%) global environment variable.

List purged

Run with not arguments. Default behavior.

List non-purged

git-purged --inverse

License

MIT

About

git-purged - a git sub command to list branches already removed (and possibly merged) on a remote origin. This a mirror of my git repository.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published