This commit is contained in:
@@ -6,6 +6,7 @@ alias gds='git diff -p --stat=200 '
|
|||||||
alias gdu='git-dir-usage '
|
alias gdu='git-dir-usage '
|
||||||
alias ggc='git-gc '
|
alias ggc='git-gc '
|
||||||
alias ggcf='git-gc-force '
|
alias ggcf='git-gc-force '
|
||||||
|
alias gst='git status -s '
|
||||||
|
|
||||||
git-dir-usage() {
|
git-dir-usage() {
|
||||||
local gitdir x topdir
|
local gitdir x topdir
|
||||||
@@ -73,3 +74,7 @@ git-archive-ref() {
|
|||||||
git-br() {
|
git-br() {
|
||||||
__z_git -c core.pager='cat' branch --no-abbrev "$@"
|
__z_git -c core.pager='cat' branch --no-abbrev "$@"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
git-rebase-log() {
|
||||||
|
git log --format='pick %h # %s' --reverse "$@"
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user