Merge request 1 (0000000000000000000000000000000000000000 -> 2cb5c8ce027018f0ad31c3c3c9194ed0d6a431be)
By: anonymous
Against ref: refs/heads/master
Date: 2020-08-25 01:34
This merge request can be merged without conflicts.
Commit 2cb5c8ce027018f0ad31c3c3c9194ed0d6a431be
- 项目说明
Author: Luck
Author date (UTC): 2020-08-25 01:31
Committer name: Luck
Committer date (UTC): 2020-08-25 01:31
Parent(s):
Signer:
Signing key:
Signing status: N
Tree: 6589d092ed4ec6ec6bbe86cee1a3aae4b63cf9c7
File README.md added (mode: 100644) (index 0000000..d087f6c) |
|
1 |
|
# chinese_chess |
|
2 |
|
这是一个用Flutter写的“中国象棋”项目 |
|
3 |
|
教程: https://elapse.date/ |
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