@[email protected] to [email protected] • 8 months agoWhat's a handy terminal command you use often?message-square275fedilinkarrow-up1225arrow-down18
arrow-up1217arrow-down1message-squareWhat's a handy terminal command you use often?@[email protected] to [email protected] • 8 months agomessage-square275fedilink
minus-squareitsamelinkfedilink24•8 months agopushd and popd to change directory and go back when done there.
minus-square@[email protected]linkfedilink3•8 months agoEven better when cd automatically invokes pushd.
minus-square@[email protected]linkfedilink28•8 months agocd - undoes the last cd. Not quite push/popd but still useful. Pro tip, works also: git checkout -
minus-square@[email protected]linkfedilink4•8 months agoHell yeah. Every one of these threads makes me more inclined to read man pages
minus-square@[email protected]linkfedilink2•8 months agoYou should. These are the actually sources to learn.
pushd and popd to change directory and go back when done there.
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.
what’s your alias?