Snapshot: My Git Usage
Following are the Git commands and Git family of tools that I use in my day-to-day. Before writing this post, I generated a report of my most-used git sub-commands with the following: history | awk '$2 == "git" {print $3}' | sort | uniq -c | sort -nr | head -n 20 Most of my Git usage is bread-and-butter Git commands, but I’ll highlight some of my favorite Git features below....