ipconf@lemmy.ml to Programmer Humor@programming.dev · 7 months agoWell well well.lemmy.mlimagemessage-square81linkfedilinkarrow-up1617arrow-down123file-text
arrow-up1594arrow-down1imageWell well well.lemmy.mlipconf@lemmy.ml to Programmer Humor@programming.dev · 7 months agomessage-square81linkfedilinkfile-text
minus-squareAnafabula@discuss.tchncs.delinkfedilinkarrow-up18·7 months agoWith Jujutsu (which is compatible with git), you can just jj undo
minus-squareumfk@lemmy.worldlinkfedilinkarrow-up6·7 months agoThat is so cool. Why doesn’t git have this already?
minus-squarekata1yst@sh.itjust.workslinkfedilinkEnglisharrow-up9·7 months agoI mean, by definition, it does. It just involves parsing through the git log and a bunch of unintuitive, archaic commands.
minus-squarebitjunkie@lemmy.worldlinkfedilinkarrow-up1·7 months agoidk but my dotfiles do: alias undo="git reset --soft HEAD~1"
With Jujutsu (which is compatible with git), you can just
That is so cool. Why doesn’t git have this already?
I mean, by definition, it does. It just involves parsing through the git log and a bunch of unintuitive, archaic commands.
idk but my dotfiles do:
alias undo="git reset --soft HEAD~1"