Skip to content

Instantly share code, notes, and snippets.

@macloy
Created March 29, 2020 16:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save macloy/34cf1a8915bc7f91c2913425bfb400fb to your computer and use it in GitHub Desktop.
Save macloy/34cf1a8915bc7f91c2913425bfb400fb to your computer and use it in GitHub Desktop.
leargit level
{
"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