Adding git aliases

This commit is contained in:
x3ku 2015-10-09 13:58:01 -07:00
commit 91c4aabca0

View file

@ -177,3 +177,6 @@ function git_compare_version() {
POST_1_7_2_GIT=$(git_compare_version "1.7.2") POST_1_7_2_GIT=$(git_compare_version "1.7.2")
#clean up the namespace slightly by removing the checker function #clean up the namespace slightly by removing the checker function
unset -f git_compare_version unset -f git_compare_version
alias mrupdate='mr update'
alias mr-run='mr run command'
alias mrmaster='mr-run git checkout master'