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