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

Git Psykorebase - Rebase Branches with Merge Commit | Online Free DevTools by Hexmos

Rebase branches with Git Psykorebase using merge commits, simplifying conflict resolution. Streamline your git workflow with this free online tool, no registration required.

git-psykorebase

Rebase a branch on top of another using a merge commit and only one conflict handling. Part of git-extras. More information: https://manned.org/git-psykorebase.

  • Rebase the current branch on top of another using a merge commit and only one conflict handling:

git psykorebase {{upstream_branch}}

  • Continue after conflicts have been handled:

git psykorebase --continue

  • Specify the branch to rebase:

git psykorebase {{upstream_branch}} {{target_branch}}

See Also