Uninstallation - arxanas/git-branchless GitHub Wiki
git-branchless needs to be uninstalled on a per-repository basis. To uninstall, run the following:
$ cd path/to/repo
$ git branchless init --uninstall
If you don't want to run the above, you can uninstall from a repository by doing the following by hand:
- Check the files in
.git/hooksand delete any which are managed bygit-branchless. - Check
.git/configand remove any undesired aliases or settings.
To remove git-branchless from your system altogether, uninstall it with Cargo:
$ cargo uninstall git-branchless
Note that this will break any repositories which still have git-branchless installed, as they will be unable to run their Git hooks.