Last active
December 28, 2017 19:20
-
-
Save carolina-vallejo/1372391d52894f9bbda9fc1be8b31572 to your computer and use it in GitHub Desktop.
#git git existing folder
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 existing_folder | |
git init | |
git remote add origin [email protected]:radiodraws/react-gist-app.git | |
git add . | |
git commit -m "Initial commit" | |
git push -u origin master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment