alexandregz / twofactor_gauthenticator

This RoundCube plugin adds the 2-step verification(OTP) to the login proccess
MIT License
218 stars 76 forks source link

code push from one repository to another repo to a remote branch #149

Closed debasis981 closed 3 years ago

debasis981 commented 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

alexandregz commented 3 years ago
git push origin YOUR_BRANCH

If you not use origin you can change it to whatever you want