Answers for "push into git"

0

git push

echo "# mern-stanet" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/jodyson24/mern-stanet.git
git push -u origin main
Posted by: Guest on May-02-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language