Answers for "git bash add repository"

1

git repo add

echo "# genius-car-mechanicls-mongodb-server" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/coderSabbirr/genius-car-mechanicls-mongodb-server.git
git push -u origin main
Posted by: Guest on October-24-2021
0

create github repository from git bash

Git and git hub repo
Posted by: Guest on October-15-2021

Code answers related to "git bash add repository"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language