Answers for "how to make a github repo from existing replit"

0

pushing an existing rep from command line to github repo

git remote add origin https://github.com/Mo-Aziz/React-shopping-cart.git
git branch -M main
git push -u origin main
Posted by: Guest on May-26-2021
-3

how to link a repo to a project on github

$ git init
Posted by: Guest on December-10-2019

Code answers related to "how to make a github repo from existing replit"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language