Merge request 1 (0000000000000000000000000000000000000000 -> d638a2f3b78fff0649b400b26acf906f3137a5bc)
By: anonymous
Against ref: refs/heads/main
Date: 2023-09-11 10:58
This merge request can be merged without conflicts.
List of commits:
Subject Hash Author Date (UTC)
11 d638a2f3b78fff0649b400b26acf906f3137a5bc Kiselyov Stanislav 2023-09-11 10:58:30
Commit d638a2f3b78fff0649b400b26acf906f3137a5bc - 11
Author: Kiselyov Stanislav
Author date (UTC): 2023-09-11 10:58
Committer name: Kiselyov Stanislav
Committer date (UTC): 2023-09-11 10:58
Parent(s):
Signer:
Signing key:
Signing status: N
Tree: 52cdbf2d2ec7be26e70624f8a78d713b4c10eb41
File Lines added Lines deleted
11 1 0
File 11 added (mode: 100644) (index 0000000..f8d728c)
1 www
Hints:
How to merge on your machine?
git fetch origin refs/mr/1:mr-1
git checkout main
git merge mr-1

To "see" all the merge requests as branches,
add, in the config file (.git/config), under the remote you want, a line like this:
fetch = +refs/mr/*:refs/remotes/your_remote_name_for_example_origin/mr/*
After you run a git fetch, you will have all the pull requests locally.
For example, you can merge one of them:
git checkout main
git merge mr/1