Git

Just a few notes/things to remember while using git. Typical git process: git pull $link git add . git commit -m 'v0.1' git push $link Switch branches from master to main git branch -m master main If errors: git pull --rebase

15/12/2023 · 1 min · 41 words · Ash