Created
June 28, 2013 15:23
-
-
Save gavinblair/5885504 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
You are surrounded by many doors. Each door has a sign on it. | |
$ ls | |
You are surrounded by many doors. Each door has a sign on it: | |
.. | |
websites | |
documents | |
desktop | |
$ cd websites | |
You open the door marked "websites". It opens easily, and you enter. The door closes behind you. | |
You are surrounded by more doors. Each door has a sign on it. | |
$ cd myproject | |
You open the door marked "myproject". It opens easily, and you enter. The door closes behind you. | |
You are surrounded by more doors. Each door has a sign on it. | |
$ git init | |
You open your backpack and remove your "git initializer". You place it on the ground and press the big red button. | |
What starts as a low rumble breaks into a loud roar as white light flashes out of the device. | |
The walls change colour from a dark grey to pure white. A robotic voice emits from the git device: | |
"Initialized empty Git repository in /websites/myproject/.git/" | |
$ git add . | |
You press the button labelled "add" on the git device. A group of robotic spiders crawl out of it and begin scanning and entering each door. | |
After a few minutes they return and reenter the git device. | |
$ git commit -am "initial commit" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment