Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DianaEromosele/53bfe5ca7f70e0ad1322106ff11719c3 to your computer and use it in GitHub Desktop.
Save DianaEromosele/53bfe5ca7f70e0ad1322106ff11719c3 to your computer and use it in GitHub Desktop.
#Create the repo on github. Don't add a .gitignore or license and don't initialize it.
#Back in your terminal inside your project folder
git init
git add .
git commit -m "Initial commit message"
git remote add origin https://github.com/your_organization/my_great_app.git
git push -u origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment