Create new git remote branch

Creates a new local git branch and pushes the branch to a remote server to create a remote branch of the same name.

Authored by: Ikke
Brought to you by Warp, a free terminal reimagined to work like a modern app.
branch_name
remote_name

Command
Copy
git checkout -b branch_name git push origin branch_name
Tags