GIT-BRANCHMOVE(1) | User Contributed Perl Documentation | GIT-BRANCHMOVE(1) |
git-branchmove - move branches to or from a remote
git-branchmove [--detach|-d] get|put remote pattern...
Move branches matching pattern to or from git remote remote.
Note that in the case of the get operation, the attempt to detach HEAD is somewhat fragile. You will need unrestricted SSH access to the remote, and pushInsteadOf git configuration keys will not always be expanded, due to limitations in git.
This Perl version of git-branchmove was written by Sean Whitton <spwhitton@spwhitton.name>, based on an earlier shell script by Ian Jackson. That script made some assumptions that we try to avoid, for compatibility with more git remotes and local git configurations.
2024-04-01 | perl v5.38.2 |