Answers for "push project to different repo"

0

github push code from one repo to another

cd rhq
git push https://github.com/user/example master:master
Posted by: Guest on June-08-2020
0

Pushing an existing repository from the command line

git remote add origin [email protected]:MahsanulNirjhor/robofriends.git
git branch -M main
git push -u origin main
Posted by: Guest on January-13-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language