ipconf@lemmy.ml to Programmer Humor@programming.dev · 2 days agoWell well well.lemmy.mlimagemessage-square120fedilinkarrow-up1840arrow-down128file-text
arrow-up1812arrow-down1imageWell well well.lemmy.mlipconf@lemmy.ml to Programmer Humor@programming.dev · 2 days agomessage-square120fedilinkfile-text
minus-squareumfk@lemmy.worldlinkfedilinkarrow-up9·2 days agoThat is so cool. Why doesn’t git have this already?
minus-squarekata1yst@sh.itjust.workslinkfedilinkEnglisharrow-up10·1 day 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·1 day 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"