Answers for "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
0

how to upload on github with command

git remote add origin https://github.com/yourusername/your-repo-name.git
Posted by: Guest on July-02-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language