Skip to main content

6

$ git checkout -b side o/main

local branch "side" set to track remote branch "o/main"

$ git commit

$ git pull --rebase

$ git push