I've created this for my own personal use, if you find these useful or want to share your own, feel free to do it so.
Simple ones
git config --global alias.st status
git config --global alias.lg 'log --all --graph --decorate --oneline --abbrev-commit'