Lesser known git commands
Tim Pettersen shares some of his git aliases.
Git has a strong commitment to backwards compatibility: many powerful features are hidden behind options rather than exposed as default behaviour. Fortunately Git also supports aliases, so you can create your own commands that do all manner of Git magic. Here’s a selection of the more useful (or at least entertaining) aliases defined in my .gitconfig
https://hackernoon.com/lesser-known-git-commands-151a1918a60
What are your thoughts on "Lesser known git commands"?