Skip to content

Instantly share code, notes, and snippets.

@carolina-vallejo
Last active December 28, 2017 19:20
Show Gist options
  • Save carolina-vallejo/1372391d52894f9bbda9fc1be8b31572 to your computer and use it in GitHub Desktop.
Save carolina-vallejo/1372391d52894f9bbda9fc1be8b31572 to your computer and use it in GitHub Desktop.
#git git existing folder
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