Skip to content

Create new branch in remote

git push -u <remote_name> <new_branch_name>
# example
git push -u origin stage1