Answers for "push-github-project"

0

push-github-project

echo "# redux-basic" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin <link>
git push -u origin main
Posted by: Guest on April-30-2022

Code answers related to "push-github-project"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language