EN
Git - push local branch to remote repository
10
points
Push local branch to remote repository:
git push -u origin our_branch_name
NOTE:
How to create new local branch:
git checkout -b our_branch_name
Documentation
https://git-scm.com/docs/git-push
https://git-scm.com/docs/git-checkout