Upload files to remote repository
git push
push all committedgit push -u origin main
pushes to main branch at original repogit push -u origin feat/mybranch
push to a branchgit push origin feat/branch1:feat/branch2
push current changes from existing branch to other branch