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 d6d5218

Browse files
committed
add example input for git-synth
1 parent 3819a56 commit d6d5218

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

‎examples/repo-w-changes.yml‎

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# This is exampe input for the git-synth command. After installing
2+
# git-synth somewhere in your $PATH, you can run:
3+
#
4+
# git synth -r testrepo repo-w-changes.yml
5+
#
6+
# This will create a 'testrepo' directory containing a
7+
# git history described by this YAML file.
8+
- set:
9+
date: "2021年01月01日"
10+
name: Fake Person
11+
email: fake@example.com
12+
- branch:
13+
name: master
14+
actions:
15+
- file:
16+
name: file1.txt
17+
content: |
18+
This is a test.
19+
- commit:
20+
message: A
21+
- file:
22+
name: file1.txt
23+
content: |
24+
This is a test.
25+
This is only a test.
26+
- commit:
27+
message: B
28+
- branch:
29+
name: topic1
30+
actions:
31+
- file:
32+
name: file1.txt
33+
content: |
34+
This is a test.
35+
This was only a test.
36+
- commit:
37+
message: X
38+
- file:
39+
name: file1.txt
40+
content: |
41+
This was a test.
42+
This was only a test.
43+
- commit:
44+
message: C

0 commit comments

Comments
(0)

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