how to

Create new branch in remote

Apr 19, 2024
softwares-and-toolsgitremote
1 Minutes
16 Words

Create new branch in remote

1
git push -u <remote_name> <new_branch_name>
2
# example
3
git push -u origin stage1
Article title:Create new branch in remote
Article author:Julyfun
Release time:Apr 19, 2024
Copyright 2025
Sitemap