mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-08 13:44:25 +02:00
multiview workign
This commit is contained in:
parent
465b25368e
commit
cad801fafe
11 changed files with 157 additions and 33 deletions
|
@ -1,5 +1,5 @@
|
|||
exports.level = {
|
||||
id: 'intro1',
|
||||
id: 'rebase2',
|
||||
name: 'Introduction #1',
|
||||
goalTreeString: '{"branches":{"master":{"target":"C1","id":"master"},"win":{"target":"C2","id":"win"}},"commits":{"C0":{"parents":[],"id":"C0","rootCommit":true},"C1":{"parents":["C0"],"id":"C1"},"C2":{"parents":["C1"],"id":"C2"}},"HEAD":{"target":"win","id":"HEAD"}}',
|
||||
solutionCommand: 'git checkout -b win; git commit',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue