mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-19 18:25:18 +02:00
levels starting
This commit is contained in:
parent
27498419c9
commit
903b537fda
10 changed files with 270 additions and 29 deletions
7
src/levels/rebase/2.js
Normal file
7
src/levels/rebase/2.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
exports = {
|
||||
id: 'intro1',
|
||||
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',
|
||||
hint: 'Try checking out a branch named after Charlie Sheen'
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue