bash: alias git
This commit is contained in:
parent
61c7429249
commit
fe83d37794
1 changed files with 2 additions and 1 deletions
|
@ -132,7 +132,7 @@ function ssh {
|
||||||
}
|
}
|
||||||
function gcm {
|
function gcm {
|
||||||
# übergibt alle argumente an git commit -m als commit nachricht
|
# ü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 glast="git log -1 HEAD --stat"
|
||||||
alias gsp="git stage -p"
|
alias gsp="git stage -p"
|
||||||
alias gd="git diff"
|
alias gd="git diff"
|
||||||
|
alias gs="git status"
|
||||||
alias gc="git checkout"
|
alias gc="git checkout"
|
||||||
# vim
|
# vim
|
||||||
alias v="view"
|
alias v="view"
|
||||||
|
|
Loading…
Reference in a new issue