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