Skip to content

Instantly share code, notes, and snippets.

@rgottleber
Created February 12, 2013 17:50
Show Gist options
  • Save rgottleber/4771717 to your computer and use it in GitHub Desktop.
Save rgottleber/4771717 to your computer and use it in GitHub Desktop.
rake new_post # You can't use the format new_post["Title"] in zsh
vi {file_name_from_new_post}
rake generate
rake deploy
git add .
git commit -m "Stuff added woop"
git push origin source # This project uses "source" as the default branch not master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment