File size: 227 Bytes
4756e59
 
 
 
 
 
 
1
2
3
4
5
6
7
echo "# streamlit-to-heroku-tutorial" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M master
git remote add origin https://github.com/your_username/your_repo_name.git
git push -u origin master