@[email protected] to [email protected] • 2 years agoWhat's a handy terminal command you use often?message-square265fedilinkarrow-up1227arrow-down18
arrow-up1219arrow-down1message-squareWhat's a handy terminal command you use often?@[email protected] to [email protected] • 2 years agomessage-square265fedilink
minus-square@[email protected]linkfedilink4•2 years agoEven better when cd automatically invokes pushd.
minus-square@[email protected]linkfedilink29•2 years agocd - undoes the last cd. Not quite push/popd but still useful. Pro tip, works also: git checkout -
minus-square@[email protected]linkfedilink4•2 years agoHell yeah. Every one of these threads makes me more inclined to read man pages
minus-square@[email protected]linkfedilink2•2 years agoYou should. These are the actually sources to learn.
Even better when
cdautomatically 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.
what’s your alias?