What bash aliases does everyone use on a daily basis? π₯
Lu-Vuong Le π
Posted on April 28, 2020
Bash aliases are incredibly useful to reduce the amount of typing and memorisation of long or repetitive commands.
Some that I have set are:
ga=git add -A
gc=git commit -m $*
gp=git push origin $*
gs=git status
I've also come across a good list here:
https://github.com/algotech/dotaliases
That being said, I'm also curious about what aliases does everyone use often, are their favourites or find intuitive for them? π
π πͺ π
π©
Lu-Vuong Le π
Posted on April 28, 2020
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.
Related
webdev Understanding HTTP, Cookies, Email Protocols, and DNS: A Guide to Key Internet Technologies
November 30, 2024