💾 Archived View for perso.pw › blog › articles › git.gmi captured on 2024-05-10 at 11:32:32. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2024-03-21)
-=-=-=-=-=-=-
NILHere 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