Last active
December 12, 2019 09:08
-
-
Save DianaEromosele/53bfe5ca7f70e0ad1322106ff11719c3 to your computer and use it in GitHub Desktop.
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
#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