mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
Merge a9486fcd90 into a7e30b26ba
This commit is contained in:
commit
3940a8cf9f
1 changed files with 2 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ alias gapa='git add --patch'
|
||||||
|
|
||||||
alias gb='git branch'
|
alias gb='git branch'
|
||||||
alias gba='git branch -a'
|
alias gba='git branch -a'
|
||||||
|
alias gbd='git branch -D'
|
||||||
alias gbda='git branch --merged | command grep -vE "^(\*|\s*master\s*$)" | command xargs -n 1 git branch -d'
|
alias gbda='git branch --merged | command grep -vE "^(\*|\s*master\s*$)" | command xargs -n 1 git branch -d'
|
||||||
alias gbl='git blame -b -w'
|
alias gbl='git blame -b -w'
|
||||||
alias gbnm='git branch --no-merged'
|
alias gbnm='git branch --no-merged'
|
||||||
|
|
@ -195,6 +196,7 @@ alias grv='git remote -v'
|
||||||
alias gsb='git status -sb'
|
alias gsb='git status -sb'
|
||||||
alias gsd='git svn dcommit'
|
alias gsd='git svn dcommit'
|
||||||
alias gsi='git submodule init'
|
alias gsi='git submodule init'
|
||||||
|
alias gsh='git show'
|
||||||
alias gsps='git show --pretty=short --show-signature'
|
alias gsps='git show --pretty=short --show-signature'
|
||||||
alias gsr='git svn rebase'
|
alias gsr='git svn rebase'
|
||||||
alias gss='git status -s'
|
alias gss='git status -s'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue