Command Line
grep
grep is cool; it allows us to search for text in various text files, including log files. However...
Truncating text files
There are several ways to truncate a text file using bash: : > 'FILE' From StackOverflow: : is ...
Version Control (Mostly Git)
Atlassian's Old Git Cheat Sheet
Cleaning up merged git branches
https://spencer.wtf/2026/02/20/cleaning-up-merged-git-branches-a-one-liner-from-the-cias-leaked-d...
Git mneomics from the CIA
https://wikileaks.org/ciav7p1/cms/page_1179773.html These aren't really "tricks" for the most pa...
git worktrees
https://www.gitkraken.com/learn/git/git-worktree Most experienced developers are comfortable wit...