j9t’s avatarj9t’s Twitter Archive—№ 1,427

  1. Ran into this neat post to search command history for good Git aliases—used it to check my history for *anything* that could be a useful alias: history -n | sort | uniq -c | sort -k1,1nr -k2 | head -n 10 httptoolkit.tech/blog/find-best-git-aliases/