Add bash alias
This commit is contained in:
parent
49bb2bc80e
commit
90f0cf897e
1 changed files with 1 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
alias gm="git checkout master && git pull"
|
||||
alias count="ls -l | wc -l"
|
||||
alias c="clear"
|
||||
|
||||
function gcam() { git commit -a -m "$1"; }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue