What are your favourite bash aliases?
I'll start with mine, taken from a tweet from either Taylor Otwell or Jeffrey Way
alias nah="git reset --hard;git clean -df;"
Removes all unstaged files, extremely handy to revert back to a clean state.
(removes all files not checked in -- be careful)