Upload files to remote repository

  • git push push all committed
  • git push -u origin main pushes to main branch at original repo
  • git push -u origin feat/mybranch push to a branch
  • git push origin feat/branch1:feat/branch2 push current changes from existing branch to other branch