Created
April 7, 2016 06:51
-
-
Save shiraji/e94324d64d84026b1f20fe56bdee8f25 to your computer and use it in GitHub Desktop.
This file contains hidden or 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\":\"C2\",\"id\":\"master\",\"remoteTrackingBranchID\":null}},\"commits\":{\"C0\":{\"parents\":[],\"id\":\"C0\",\"rootCommit\":true},\"C1\":{\"parents\":[\"C0\"],\"id\":\"C1\"},\"C2\":{\"parents\":[\"C1\"],\"id\":\"C2\"}},\"tags\":{},\"HEAD\":{\"target\":\"master\",\"id\":\"HEAD\"}}", | |
"solutionCommand": "git commit", | |
"startTree": "{\"branches\":{\"master\":{\"target\":\"C1\",\"id\":\"master\",\"remoteTrackingBranchID\":null}},\"commits\":{\"C0\":{\"parents\":[],\"id\":\"C0\",\"rootCommit\":true},\"C1\":{\"parents\":[\"C0\"],\"id\":\"C1\"}},\"tags\":{},\"HEAD\":{\"target\":\"master\",\"id\":\"HEAD\"}}", | |
"name": { | |
"en_US": "test" | |
}, | |
"hint": { | |
"en_US": "" | |
}, | |
"startDialog": { | |
"en_US": { | |
"childViews": [ | |
{ | |
"type": "GitDemonstrationView", | |
"options": { | |
"beforeMarkdowns": [ | |
"1" | |
], | |
"afterMarkdowns": [ | |
"## Enter some markdown!", | |
"", | |
"", | |
"" | |
], | |
"command": "git commit", | |
"beforeCommand": "git checkout -b bugFix" | |
} | |
}, | |
{ | |
"type": "GitDemonstrationView", | |
"options": { | |
"beforeMarkdowns": [ | |
"2" | |
], | |
"afterMarkdowns": [ | |
"## Enter some markdown!", | |
"", | |
"", | |
"" | |
], | |
"command": "git commit", | |
"beforeCommand": "git checkout -b bugFix" | |
} | |
}, | |
{ | |
"type": "GitDemonstrationView", | |
"options": { | |
"beforeMarkdowns": [ | |
"3" | |
], | |
"afterMarkdowns": [ | |
"## Enter some markdown!", | |
"", | |
"", | |
"" | |
], | |
"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