@[email protected] to [email protected] • 4 months agoWhat's a handy terminal command you use often?message-square264fedilinkarrow-up1217arrow-down18starcopymore-verticalflagCreate ReportslashBlock user
arrow-up1209arrow-down1message-squareWhat's a handy terminal command you use often?@[email protected] to [email protected] • 4 months agomessage-square264fedilinkstarcopymore-verticalflagCreate ReportslashBlock user
minus-squareitsamelink24•4 months agopushd and popd to change directory and go back when done there. arrow-up124arrow-down10file-textreply1starmore-verticalmailMessageflagCreate ReportslashBlock user
minus-square@[email protected]linkfedilink3•4 months agoEven better when cd automatically invokes pushd. arrow-up13arrow-down10file-textreply1starmore-verticalmailMessageflagCreate ReportslashBlock user
minus-square@[email protected]linkfedilink28•4 months agocd - undoes the last cd. Not quite push/popd but still useful. Pro tip, works also: git checkout - arrow-up128arrow-down10file-textreply1starmore-verticalmailMessageflagCreate ReportslashBlock user
minus-square@[email protected]linkfedilink4•4 months agoHell yeah. Every one of these threads makes me more inclined to read man pages arrow-up14arrow-down10file-textreply1starmore-verticalmailMessageflagCreate ReportslashBlock user
minus-square@[email protected]linkfedilink2•4 months agoYou should. These are the actually sources to learn. arrow-up12arrow-down10file-textreply1starmore-verticalmailMessageflagCreate ReportslashBlock user
minus-square@[email protected]linkfedilink2•4 months agowhat’s your alias? arrow-up12arrow-down10file-textreply1starmore-verticalmailMessageflagCreate ReportslashBlock user
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?