Skip to content

Instantly share code, notes, and snippets.

@gavinblair
Created June 28, 2013 15:23
Show Gist options
  • Save gavinblair/5885504 to your computer and use it in GitHub Desktop.
Save gavinblair/5885504 to your computer and use it in GitHub Desktop.
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