Created
April 23, 2013 14:37
-
-
Save JPry/5444086 to your computer and use it in GitHub Desktop.
New Git repository
This file contains 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 ~/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