@[email protected] to [email protected] • 3 months agoWhat's a handy terminal command you use often?message-square277fedilinkarrow-up1228arrow-down17
arrow-up1221arrow-down1message-squareWhat's a handy terminal command you use often?@[email protected] to [email protected] • 3 months agomessage-square277fedilink
minus-square@[email protected]linkfedilink29•3 months agocd - undoes the last cd. Not quite push/popd but still useful. Pro tip, works also: git checkout -
minus-square@[email protected]linkfedilink4•3 months agoHell yeah. Every one of these threads makes me more inclined to read man pages
minus-square@[email protected]linkfedilink2•3 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.