Answers for "i added a git repository into another"

0

push an existing github repository

git remote add origin https://github.com/Javlon002/asiance_data_mobile.git
git branch -M main
git push -u origin main
Posted by: Guest on May-10-2021
0

push an existing repository from the command line on github

git remote add origin https://github.com/israa790/Athentification_Flutter-Login-Register-.git
git branch -M main
git push -u origin main
Posted by: Guest on November-28-2021

Code answers related to "i added a git repository into another"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language