Last active
March 25, 2016 03:05
-
-
Save eatdrinksleepcode/6c79d7092f914be69f36 to your computer and use it in GitHub Desktop.
Look ma, no branches!
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\":\"C0\",\"id\":\"master\",\"remoteTrackingBranchID\":null}},\"commits\":{\"C0\":{\"parents\":[],\"id\":\"C0\",\"rootCommit\":true},\"C1\":{\"parents\":[\"C0\"],\"id\":\"C1\"},\"C2\":{\"parents\":[\"C1\"],\"id\":\"C2\"},\"C3\":{\"parents\":[\"C2\"],\"id\":\"C3\"},\"C4\":{\"parents\":[\"C2\"],\"id\":\"C4\"},\"C5\":{\"parents\":[\"C4\"],\"id\":\"C5\"},\"C6\":{\"parents\":[\"C4\"],\"id\":\"C6\"},\"C7\":{\"parents\":[\"C6\"],\"id\":\"C7\"},\"C8\":{\"parents\":[\"C7\"],\"id\":\"C8\"},\"C9\":{\"parents\":[\"C8\"],\"id\":\"C9\"}},\"tags\":{},\"HEAD\":{\"target\":\"C0\",\"id\":\"HEAD\"}}", | |
| "solutionCommand": "git checkout C0", | |
| "startTree": "{\"branches\":{\"master\":{\"target\":\"C1\",\"id\":\"master\",\"remoteTrackingBranchID\":null}},\"commits\":{\"C0\":{\"parents\":[],\"id\":\"C0\",\"rootCommit\":true},\"C1\":{\"parents\":[\"C0\"],\"id\":\"C1\"},\"C2\":{\"parents\":[\"C1\"],\"id\":\"C2\"},\"C3\":{\"parents\":[\"C2\"],\"id\":\"C3\"},\"C4\":{\"parents\":[\"C2\"],\"id\":\"C4\"},\"C5\":{\"parents\":[\"C4\"],\"id\":\"C5\"},\"C6\":{\"parents\":[\"C4\"],\"id\":\"C6\"},\"C7\":{\"parents\":[\"C6\"],\"id\":\"C7\"},\"C8\":{\"parents\":[\"C7\"],\"id\":\"C8\"},\"C9\":{\"parents\":[\"C8\"],\"id\":\"C9\"}},\"tags\":{},\"HEAD\":{\"target\":\"master\",\"id\":\"HEAD\"}}", | |
| "name": { | |
| "en_US": "Look ma, no branches!" | |
| }, | |
| "hint": { | |
| "en_US": "> Don't try to manipulate the branches. That's impossible. Instead, only try to realize the truth...there are no branches." | |
| }, | |
| "startDialog": { | |
| "en_US": { | |
| "childViews": [ | |
| { | |
| "type": "ModalAlert", | |
| "options": { | |
| "markdowns": [ | |
| "## There is no spoon!", | |
| "", | |
| "> The branches are a lie!", | |
| "", | |
| "> Branches...I don't think they mean what you think they mean.", | |
| "", | |
| "How many branches are in this repository? Look carefully..." | |
| ] | |
| } | |
| } | |
| ] | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment