Description
Delete all published local branches.
It equivalent to git repo abandon --all [<project>...]
command. git repo prune
does not allow --force
option, so it is safer.
Usage
git-repo prune [<project>...]
Delete all published local branches.
It equivalent to git repo abandon --all [<project>...]
command. git repo prune
does not allow --force
option, so it is safer.
git-repo prune [<project>...]