Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5dc787e

Browse files
committed
git-synth: add git-synth example with merge
1 parent 43dda95 commit 5dc787e

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

‎examples/has-a-merge.yml‎

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
- set:
2+
date: "2021年01月01日"
3+
name: Fake Person
4+
email: fake@example.com
5+
- branch:
6+
name: master
7+
actions:
8+
- commit:
9+
message: A
10+
- commit:
11+
message: B
12+
- commit:
13+
message: C
14+
- branch:
15+
name: topic1
16+
actions:
17+
- commit:
18+
message: D
19+
- commit:
20+
message: E
21+
- branch:
22+
name: topic2
23+
actions:
24+
- commit:
25+
message: F
26+
- commit:
27+
message: G
28+
- merge:
29+
branch: topic2
30+
- merge:
31+
branch: topic1

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /