Guides: Push a Branch to GitHub
To push a local branch to your remote repository:
git push <remote_repository_name> <branch_name>
Eg: git push origin my_new_branch
To remove it, see Guide: Remove a remote branch
Last edited by rip747, 3 months ago
Versions:

