alias gm="git checkout master && git pull" alias count="ls -l | wc -l" function gcam () { git commit -a -m "$1";}