Skip to content

Instantly share code, notes, and snippets.

@kilgarenone
Created September 5, 2018 09:50
Show Gist options
  • Save kilgarenone/87c6d83d3102a92b5f0cce08f9a52b18 to your computer and use it in GitHub Desktop.
Save kilgarenone/87c6d83d3102a92b5f0cce08f9a52b18 to your computer and use it in GitHub Desktop.
push an existing local folder to a github repo
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