feat: git commands and stuff
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...
mkco.hashnode.dev2 min read