Skip to content

Instantly share code, notes, and snippets.

@vanderhoop
Last active August 29, 2015 14:04
Show Gist options
  • Select an option

  • Save vanderhoop/d7e38e166a0e653d980a to your computer and use it in GitHub Desktop.

Select an option

Save vanderhoop/d7e38e166a0e653d980a to your computer and use it in GitHub Desktop.
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