feat: git commands and stuff
Sep 17, 2024 · 2 min read · essential commandsdescription git checkout mainupdate local main branch from remote#1 git fetch origin mainupdate local main branch from remote#2 git rebase origin/mainupdate local main branch from remote#2 (this also works for develop branch j...
Join discussion
