Skip to content

AllexVeldman/gitprune

Repository files navigation

Gitprune

A small tool to remove local branches that no longer exist on the origin server.

install:

pipx install git+https://github.com/AllexVeldman/gitprune.git
NAME
    gitprune - Prune all local and remote branches that are no longer available on the server

SYNOPSIS
    gitprune <flags>

DESCRIPTION
    Prune all local and remote branches that are no longer available on the server

FLAGS
    --force=FORCE
        Type: bool
        Default: False
        Delete unmerged branches that no longer exist on the server
    --tags=TAGS
        Type: bool
        Default: False
        Delete and recreate all local tags. Usefull when a tag was moved or deleted

About

Small tool to prune your local branches

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages