Created
September 5, 2018 09:50
-
-
Save kilgarenone/87c6d83d3102a92b5f0cce08f9a52b18 to your computer and use it in GitHub Desktop.
push an existing local folder to a github repo
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
echo "# matisa-serverless" >> README.md | |
git init | |
git add README.md | |
git commit -m "first commit" | |
git remote add origin https://github.com/kilgarenone/matisa-serverless.git | |
git push -u origin master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment