Mac@programming.dev to Programming@programming.dev · 2 years agoFossil: A Git alternative with batteries includedfossil-scm.orgexternal-linkmessage-square29linkfedilinkarrow-up171
arrow-up166external-linkFossil: A Git alternative with batteries includedfossil-scm.orgMac@programming.dev to Programming@programming.dev · 2 years agomessage-square29linkfedilink
minus-squareericjmorey@programming.devlinkfedilinkarrow-up8·2 years agoYes git restore and git switch were made specifically to be simplified, more specific commands which are safe from performing destructive actions without warning. They were implemented in Git 2.23.0 in 2019.
Yes
git restore
andgit switch
were made specifically to be simplified, more specific commands which are safe from performing destructive actions without warning. They were implemented in Git 2.23.0 in 2019.