-
-
Notifications
You must be signed in to change notification settings - Fork 89
Uninstallation
weinuo821 edited this page Sep 17, 2022
·
100 revisions
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/hooks
and delete any which are managed bygit-branchless
. - Check
.git/config
and 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.
- Search the Wiki 🔎
- User guide
- Welcome
- Installation
- Tutorial
- Command overview
- General:
- Navigation:
- Committing:
- Rebasing:
- Verification:
- Collaboration:
- Workflows
- Advanced topics
- Reference
- Developer guide
- Onboarding offer
- Development
- Reference