drupal.org
Probably the most useful, least cryptic guide I've found in awhile. For bonus points, here's re-rolling.
git branch -m old_branch new_branch
blog.taylormcgann.com
Colors, context-based symbols, working directory, all sorts of awesome jazz. For some additional fun, add emoji if you're...
Best results in other decks
netstat -A inet -p ss -tp
stackoverflow.com
for dir in /tmp/*/ do dir=${dir%*/} echo ${dir##*/} done