logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

guilt-repair - Repair the repository state

Author

       Written by Josef "Jeff" Sipek <jeffpc@josefsipek.net[1]>

Description

       Perform various repository repairs. You must specify one mode of repair:

       --full
           Tries to repair everything possible. Additionally, it resets the repository state by resetting the
           HEAD to what’s believed to be the proper commit, and resetting the applied stack. The end result
           should be a repository with no patches applied.

               WARNING: Running this command may result in commits and working
               directory changes being lost. You may want to create a new reference
               (e.g., branch, or reflog) to the original HEAD before using
               "guilt repair".

       --status
           Upgrade the status file from old format to new.

Documentation

       Documentation by Josef "Jeff" Sipek <jeffpc@josefsipek.net[1]>

Guilt

       Part of the guilt(7) suite (Generated for Guilt v0.36)

Name

       guilt-repair - Repair the repository state

Notes

        1. jeffpc@josefsipek.netmailto:jeffpc@josefsipek.net

Guilt v0.36                                        01/12/2023                                    GUILT-REPAIR(1)

Synopsis

guiltrepair --full | --status

See Also