ipconf@lemmy.ml to Programmer Humor@programming.dev · 17 days agoWell well well.imagemessage-square137linkfedilinkarrow-up1877arrow-down128file-text
arrow-up1849arrow-down1imageWell well well.ipconf@lemmy.ml to Programmer Humor@programming.dev · 17 days agomessage-square137linkfedilinkfile-text
minus-squareumfk@lemmy.worldlinkfedilinkarrow-up9·16 days agoThat is so cool. Why doesn’t git have this already?
minus-squarekata1yst@sh.itjust.workslinkfedilinkEnglisharrow-up10·16 days 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·16 days agoidk but my dotfiles do: alias undo="git reset --soft HEAD~1"
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"