xls-chatgpt4 / deploy-render-site.txt
3v324v23's picture
add app
e6d5e85
raw
history blame
No virus
172 Bytes
pip install pipreqs
git add .
git commit -m "Enter your message here"
git remote add origin https://github.com/[GitHubUserName]/[RepoName].git
git push -u origin master