6

$ git checkout -b side o/main
local branch "side" set to track remote branch "o/main"
$ git commit
$ git pull --rebase
$ git push

$ git checkout -b side o/main
local branch "side" set to track remote branch "o/main"
$ git commit
$ git pull --rebase
$ git push