Push the changes git push {{FROM}} {{BRANCH}} FROM: Where to push(The repository cloned from) BRANCH: What to push(the new branch) Example: git push origin newbranch Demo Related Check status Switch Branch