Skip to content

Instantly share code, notes, and snippets.

@shiraji
Created April 7, 2016 06:51
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 shiraji/e94324d64d84026b1f20fe56bdee8f25 to your computer and use it in GitHub Desktop.
Save shiraji/e94324d64d84026b1f20fe56bdee8f25 to your computer and use it in GitHub Desktop.
{
"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