February 01, 2015

Alias Your Git Commands

Post Updated On May 20, 2015

Just a quick little tip that has been saving me time lately. I'm working on a Rails project that I can't easily test locally so i've been forced to deploy constantly while developing.


Setting up a few aliases inside your .bash_profile located in your home folder only takes a few seconds and speeds up your workflow.


I set up the following:

alias gp="git push" 
alias ga="git add"
alias gs="git status"
alias md="mina deploy"
If you enjoyed this post subscribe below for occasional updates and goodies.
comments powered by Disqus