Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 357 Bytes

File metadata and controls

19 lines (11 loc) · 357 Bytes

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

Git Push

Related