@[email protected] to [email protected] • 9 months agoWhat's a handy terminal command you use often?message-square268fedilinkarrow-up1225arrow-down18
arrow-up1217arrow-down1message-squareWhat's a handy terminal command you use often?@[email protected] to [email protected] • 9 months agomessage-square268fedilink
minus-square@[email protected]linkfedilink28•9 months agocd - undoes the last cd. Not quite push/popd but still useful. Pro tip, works also: git checkout -
minus-square@[email protected]linkfedilink4•9 months agoHell yeah. Every one of these threads makes me more inclined to read man pages
minus-square@[email protected]linkfedilink2•9 months agoYou should. These are the actually sources to learn.
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.