Categories Git How to How to Create a New Branch, Both Locally, and in Origin Post author By cjboorman Post date August 13, 2020 No Comments on How to Create a New Branch, Both Locally, and in Origin git clone git@git.c11.3rdParty.com:mobile_assets.git. git fetch –all. git checkout develop. git checkout -b feature/doc_update. git push origin feature/doc_update. ← How to Pickup Bits from Another Branch → How to Create a New Branch for the Mobile End User Docs Leave a Reply Cancel replyYou must be logged in to post a comment.