Answers for "start with git and github"

0

start with git and github

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language