Answers for "how to app to upload github"

1

upload github

echo "# browser-api" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/FazleyBin-Mahbub/browser-api.git
git push -u origin main
Posted by: Guest on September-05-2021

Code answers related to "how to app to upload github"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language