|
| 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