Answers for "create repo and push to git"

0

git push repo

git remote add origin https://github.com/tqisjim/google-oauth.git
git push -u origin master
Posted by: Guest on June-06-2020
0

creat a new repository push

git remote add origin https://github.com/hawzhen-eng/test-.git
git branch -M main
git push -u origin main
Posted by: Guest on January-10-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language