Create new branch in remote 1git push -u <remote_name> <new_branch_name>2# example3git push -u origin stage1