@[email protected] to [email protected] • 2 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] • 2 months agomessage-square277fedilink
minus-squareitsamelinkfedilink25•2 months agopushd and popd to change directory and go back when done there.
minus-square@[email protected]linkfedilink4•2 months agoEven better when cd automatically invokes pushd.
minus-square@[email protected]linkfedilink29•2 months agocd - undoes the last cd. Not quite push/popd but still useful. Pro tip, works also: git checkout -
minus-square@[email protected]linkfedilink4•2 months agoHell yeah. Every one of these threads makes me more inclined to read man pages
minus-square@[email protected]linkfedilink2•2 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?