@b0rk 1. I have a complicated alias of git log (git lg) and git branch (git br) with a lot of options
2. Shortcut for long commands, git ci for commit, git co for checkout (and because I used to use them on svn)
3. Commands I use daily: git fe (git fetch --all --prune), git pf (git push --force-with-lease), git pupush (git push && git push --tags)
😁