A while back, I began creating aliases for some basic git commands. Eventually, I began to explore how to alias the "git" command itself (for example, 'g status' would execute 'git status'), and the best way I could make this new alias portable and distributable.
As a result, I turned to creating a Node package for this as a first-time run. Christian Git is what came about: a collection of Christianized aliases to sanctify your Git workflow.
Check it out and offer feedback. If you want, feel free to add to the list of aliases yourself.
https://github.com/alexmacarthur/christian-git npm install christian-git -g