💾 Archived View for perso.pw › blog › articles › git.gmi captured on 2022-06-11 at 20:57:13. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2021-12-17)
-=-=-=-=-=-=-
NIL=> Comment on Mastodon
Here is my git cheat sheet ! Because I don't like git I never remember
how to do X or Y with it so I need to write down simple commands ! (I
am used to darcs and mercurial but with the "git trend" I need to
learn it and use it).
$ git reset --hard
$ git pull
$ git commit -m "Commit message" -a
$ git push