bash: alias git

This commit is contained in:
Michael Grote 2021-11-24 14:18:04 +01:00
parent 61c7429249
commit fe83d37794

View file

@ -132,7 +132,7 @@ function ssh {
}
function gcm {
# übergibt alle argumente an git commit -m als commit nachricht
git commit -m "$*"
git commit -m ""$*""
}
@ -158,6 +158,7 @@ alias gdel="git add . && git stash && git stash clear"
alias glast="git log -1 HEAD --stat"
alias gsp="git stage -p"
alias gd="git diff"
alias gs="git status"
alias gc="git checkout"
# vim
alias v="view"