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

Rebase Patch - Find and Apply Patches with Git | Online Free DevTools by Hexmos

Rebase patch files with Git using this command-line utility. Easily find the appropriate commit for your patch and apply it with rebase. Free online tool, no registration required.

git-rebase-patch

Find the commit the patch applies to and do a rebase. Part of git-extras. More information: https://github.com/tj/git-extras/blob/master/Commands.md#git-rebase-patch.

  • Find the commit the patch applies to and do a rebase:

git rebase-patch {{patch_file}}

See Also