My `git` Aliases
This post from @b0rk inspired me to document my favorite git aliases. Theyβre published at @nonrational/dotfiles. Iβve also included some cursory frequency analysis listing what commands and aliases I use most often. Alias Groups All my aliases live in .gitconfig. Those that require multi-line shell operations delegate to .githelpers. h/t to Gary Bernhardtβs dotfiles for establishing this excellent pattern back in 2015. Short Core Commands There are ~6 commands that I use dozens of times a day, and Iβve shortened them to 1-2 characters each. ...