@hackage git-repair1.20200102
repairs a damanged git repisitory
Categories
License
AGPL-3.0-only
Maintainer
Joey Hess <joey@kitenet.net>
Links
Versions
- 1.20230814 Mon, 14 Aug 2023
- 1.20220404 Wed, 4 May 2022
- 1.20210629 Tue, 29 Jun 2021
- 1.20210111 Tue, 12 Jan 2021
- 1.20200504 Mon, 4 May 2020
- 1.20200102 Thu, 2 Jan 2020 Show all…
Installation
CustomDependencies (0)
- base >=4.11.1.0 && <5.0
- bytestring
- containers
- deepseq
- directory
- filepath Show all…
Dependents (1)
@hackage/acme-everything
git-repair can repair various forms of damage to git repositories.
It is a complement to git fsck, which finds problems, but does not fix them.
As well as avoiding the need to rm -rf a damaged repository and re-clone, using git-repair can help rescue commits you've made to the damaged repository and not yet pushed out.