Skip to content

Create a remote for the source repo of a mr when checking it out.

Jonah Brüchert requested to merge work/mr-remote into master

This creates remotes in the form of fork-{username}, and sets up tracking information. With this, rebasing merge requests of other users on the command line just works, e.g you can just use git push after checking out the merge request.

Merge request reports