Last active
August 29, 2015 14:04
-
-
Save vanderhoop/d7e38e166a0e653d980a 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
| cd ~/Desktop | |
| mkdir marp | |
| cd marp | |
| git init | |
| touch darp.rb | |
| echo "I like turtles" >> darp.rb | |
| git add . | |
| git commit -m "example commit" | |
| hub create | |
| cd .. | |
| rm -rf marp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment