« Minimal Reproducible »

Home Tags About GitHub

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-toolsgitremote

Create new branch in remote

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

« Minimal Reproducible »

Powered by Astro