Closed debasis981 closed 3 years ago
Hi Team Can you tell me how to push my code from one repository to other repository to another branch not to main branch??????i know to do git add remote origin but it push my code to github origin main branch
git push origin YOUR_BRANCH
If you not use origin you can change it to whatever you want
origin
Hi Team Can you tell me how to push my code from one repository to other repository to another branch not to main branch??????i know to do git add remote origin but it push my code to github origin main branch