Answers for "new git"

0

new git

echo "# iT-Support" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/amanj8sdiq/iT-Support.git
git push -u origin main
Posted by: Guest on August-08-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language