Created
March 25, 2016 08:10
-
-
Save eatdrinksleepcode/047e9ff4065a5f0b1920 to your computer and use it in GitHub Desktop.
Git Metaphors - Maps, Streets, and Places
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},\"TexDeBraz\":{\"target\":\"C7\",\"id\":\"TexDeBraz\",\"remoteTrackingBranchID\":null},\"TacoBell\":{\"target\":\"C11\",\"id\":\"TacoBell\",\"remoteTrackingBranchID\":null},\"Sonic\":{\"target\":\"C12\",\"id\":\"Sonic\",\"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\":[\"C3\"],\"id\":\"C4\"},\"C5\":{\"parents\":[\"C4\"],\"id\":\"C5\"},\"C6\":{\"parents\":[\"C5\"],\"id\":\"C6\"},\"C7\":{\"parents\":[\"C6\"],\"id\":\"C7\"},\"C8\":{\"parents\":[\"C3\"],\"id\":\"C8\"},\"C9\":{\"parents\":[\"C8\"],\"id\":\"C9\"},\"C10\":{\"parents\":[\"C9\"],\"id\":\"C10\"},\"C11\":{\"parents\":[\"C10\"],\"id\":\"C11\"},\"C12\":{\"parents\":[\"C11\"],\"id\":\"C12\"}},\"tags\":{\"15540Spec\":{\"target\":\"C2\",\"id\":\"15540Spec\"},\"15180Addi\":{\"target\":\"C6\",\"id\":\"15180Addi\"},\"15101Addi\":{\"target\":\"C7\",\"id\":\"15101Addi\"},\"AddiArap\":{\"target\":\"C5\",\"id\":\"AddiArap\"},\"QuorArap\":{\"target\":\"C4\",\"id\":\"QuorArap\"},\"SpecArap\":{\"target\":\"C3\",\"id\":\"SpecArap\"},\"TollArap\":{\"target\":\"C8\",\"id\":\"TollArap\"},\"MontArap\":{\"target\":\"C9\",\"id\":\"MontArap\"},\"15520Mont\":{\"target\":\"C10\",\"id\":\"15520Mont\"},\"15208Mont\":{\"target\":\"C11\",\"id\":\"15208Mont\"},\"15205Mont\":{\"target\":\"C12\",\"id\":\"15205Mont\"}},\"HEAD\":{\"target\":\"master\",\"id\":\"HEAD\"}}", | |
| "solutionCommand": "git branch -d Outback;git branch -d Walmart;git branch -d TW", | |
| "startTree": "{\"branches\":{\"master\":{\"target\":\"C0\",\"id\":\"master\",\"remoteTrackingBranchID\":null},\"TW\":{\"target\":\"C2\",\"id\":\"TW\",\"remoteTrackingBranchID\":null},\"Outback\":{\"target\":\"C6\",\"id\":\"Outback\",\"remoteTrackingBranchID\":null},\"TexDeBraz\":{\"target\":\"C7\",\"id\":\"TexDeBraz\",\"remoteTrackingBranchID\":null},\"Walmart\":{\"target\":\"C10\",\"id\":\"Walmart\",\"remoteTrackingBranchID\":null},\"TacoBell\":{\"target\":\"C11\",\"id\":\"TacoBell\",\"remoteTrackingBranchID\":null},\"Sonic\":{\"target\":\"C12\",\"id\":\"Sonic\",\"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\":[\"C3\"],\"id\":\"C4\"},\"C5\":{\"parents\":[\"C4\"],\"id\":\"C5\"},\"C6\":{\"parents\":[\"C5\"],\"id\":\"C6\"},\"C7\":{\"parents\":[\"C6\"],\"id\":\"C7\"},\"C8\":{\"parents\":[\"C3\"],\"id\":\"C8\"},\"C9\":{\"parents\":[\"C8\"],\"id\":\"C9\"},\"C10\":{\"parents\":[\"C9\"],\"id\":\"C10\"},\"C11\":{\"parents\":[\"C10\"],\"id\":\"C11\"},\"C12\":{\"parents\":[\"C11\"],\"id\":\"C12\"}},\"tags\":{\"15540Spec\":{\"target\":\"C2\",\"id\":\"15540Spec\"},\"15180Addi\":{\"target\":\"C6\",\"id\":\"15180Addi\"},\"15101Addi\":{\"target\":\"C7\",\"id\":\"15101Addi\"},\"AddiArap\":{\"target\":\"C5\",\"id\":\"AddiArap\"},\"QuorArap\":{\"target\":\"C4\",\"id\":\"QuorArap\"},\"SpecArap\":{\"target\":\"C3\",\"id\":\"SpecArap\"},\"TollArap\":{\"target\":\"C8\",\"id\":\"TollArap\"},\"MontArap\":{\"target\":\"C9\",\"id\":\"MontArap\"},\"15520Mont\":{\"target\":\"C10\",\"id\":\"15520Mont\"},\"15208Mont\":{\"target\":\"C11\",\"id\":\"15208Mont\"},\"15205Mont\":{\"target\":\"C12\",\"id\":\"15205Mont\"}},\"HEAD\":{\"target\":\"master\",\"id\":\"HEAD\"}}", | |
| "name": { | |
| "en_US": "Git Metaphors - Maps, Streets, and Places" | |
| }, | |
| "hint": { | |
| "en_US": "" | |
| }, | |
| "startDialog": { | |
| "en_US": { | |
| "childViews": [ | |
| { | |
| "type": "ModalAlert", | |
| "options": { | |
| "markdowns": [ | |
| "A Git repository can be thought of as a map:", | |
| "", | |
| "- Repository = Map", | |
| "- Commit = Address/Intersection", | |
| "- Branch = Point of Interest", | |
| "", | |
| "The directions from our starting point to a particular address or point of interest don't change just because another point of interest closes down. Try deleting the \"Walmart\" and \"Outback\" branches, and see what happens to the surrounding commits and branches." | |
| ] | |
| } | |
| } | |
| ] | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment