mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-30 06:39:49 +02:00
Fixes Issue #7
This commit is contained in:
parent
168852b293
commit
19792440f8
10 changed files with 78 additions and 3 deletions
|
@ -4,6 +4,9 @@ exports.level = {
|
|||
"solutionCommand": "git commit;git commit",
|
||||
"startTree": "{\"branches\":{\"master\":{\"target\":\"C1\",\"id\":\"master\"}},\"commits\":{\"C0\":{\"parents\":[],\"id\":\"C0\",\"rootCommit\":true},\"C1\":{\"parents\":[\"C0\"],\"id\":\"C1\"}},\"HEAD\":{\"target\":\"master\",\"id\":\"HEAD\"}}",
|
||||
"hint": "Just type in 'git commit' twice to finish!",
|
||||
"disabledMap" : {
|
||||
"git revert": true
|
||||
},
|
||||
"startDialog": {
|
||||
"childViews": [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue