Created
March 29, 2020 16:19
-
-
Save macloy/34cf1a8915bc7f91c2913425bfb400fb to your computer and use it in GitHub Desktop.
leargit level
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"goalTreeString": "{\"branches\":{\"master\":{\"target\":\"C1\",\"id\":\"master\",\"remoteTrackingBranchID\":null},\"bugb\":{\"target\":\"C2\",\"id\":\"bugb\",\"remoteTrackingBranchID\":null}},\"commits\":{\"C0\":{\"parents\":[],\"id\":\"C0\",\"rootCommit\":true},\"C1\":{\"parents\":[\"C0\"],\"id\":\"C1\"},\"C2\":{\"parents\":[\"C1\"],\"id\":\"C2\"}},\"tags\":{},\"HEAD\":{\"target\":\"bugb\",\"id\":\"HEAD\"}}", | |
"solutionCommand": "git checkout bugb;git commit", | |
"startTree": "{\"branches\":{\"master\":{\"target\":\"C1\",\"id\":\"master\",\"remoteTrackingBranchID\":null},\"bugb\":{\"target\":\"C1\",\"id\":\"bugb\",\"remoteTrackingBranchID\":null}},\"commits\":{\"C0\":{\"parents\":[],\"id\":\"C0\",\"rootCommit\":true},\"C1\":{\"parents\":[\"C0\"],\"id\":\"C1\"}},\"tags\":{},\"HEAD\":{\"target\":\"master\",\"id\":\"HEAD\"}}", | |
"name": { | |
"en_US": "Level bugB" | |
}, | |
"hint": { | |
"en_US": "Versuche git checkout -b" | |
}, | |
"startDialog": { | |
"en_US": { | |
"childViews": [ | |
{ | |
"type": "ModalAlert", | |
"options": { | |
"markdowns": [ | |
"## Branch anlegen.", | |
"", | |
"", | |
"Versuche einfach das angegeben Ziel zu erreichen." | |
] | |
} | |
}, | |
{ | |
"type": "GitDemonstrationView", | |
"options": { | |
"beforeMarkdowns": [ | |
"## Brach auschecken", | |
"und einen Commit anlegen", | |
"", | |
"" | |
], | |
"afterMarkdowns": [ | |
"das war es schon", | |
"", | |
"", | |
"" | |
], | |
"command": "git commit", | |
"beforeCommand": "git checkout -b bugFix" | |
} | |
} | |
] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment