Create new branch in remote
Published at 2024-04-19
Last update over 365 days ago
Licensed under CC BY-NC-SA 4.0
softwares-and-tools
git
remote
Create new branch in remote
git push -u <remote_name> <new_branch_name>
# example
git push -u origin stage1