Answers for "github make a new repository"

0

git, repository, new repository

echo "# EasyBank" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/RIDUMATICS/EasyBank.git
git push -u origin main
Posted by: Guest on June-29-2021
0

github new repo

echo "# wp-rest-api-example" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/OmarFSarkar/wp-rest-api-example.git
git push -u origin main
Posted by: Guest on August-10-2021

Code answers related to "github make a new repository"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language