Skip to content

Instantly share code, notes, and snippets.

@JPry
Created April 23, 2013 14:37
Show Gist options
  • Save JPry/5444086 to your computer and use it in GitHub Desktop.
Save JPry/5444086 to your computer and use it in GitHub Desktop.
New Git repository
cd ~/wordpress/my_wordpress_app
git init .
git add . --all
git commit -m "initial commit"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment