@cybercitizen4@lemm.ee to Asklemmy@lemmy.ml • 10 months agoWhat's a handy terminal command you use often?message-square239fedilinkarrow-up1224arrow-down10
arrow-up1224arrow-down1message-squareWhat's a handy terminal command you use often?@cybercitizen4@lemm.ee to Asklemmy@lemmy.ml • 10 months agomessage-square239fedilink
minus-square@jbrains@sh.itjust.workslinkfedilink3•10 months agoEven better when cd automatically invokes pushd.
minus-square@lluki@feddit.orglinkfedilink27•10 months agocd - undoes the last cd. Not quite push/popd but still useful. Pro tip, works also: git checkout -
minus-square@med@sh.itjust.workslinkfedilink4•10 months agoHell yeah. Every one of these threads makes me more inclined to read man pages
minus-square@7dev7random7@suppo.filinkfedilink2•10 months agoYou should. These are the actually sources to learn.
Even better when
cd
automatically invokespushd
.cd -
undoes the last cd. Not quite push/popd but still useful. Pro tip, works also: git checkout -Hell yeah. Every one of these threads makes me more inclined to read man pages
You should. These are the actually sources to learn.