mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-24 04:29:25 +02:00
Add alias to list all git repos under working directory
This commit is contained in:
parent
c4582777fc
commit
76f8c07ea7
1 changed files with 1 additions and 0 deletions
|
|
@ -151,6 +151,7 @@ alias glgp='git log --stat -p'
|
|||
alias glgg='git log --graph'
|
||||
alias glgga='git log --graph --decorate --all'
|
||||
alias glgm='git log --graph --max-count=10'
|
||||
alias glist='find $PWD -type d -name .git | xargs -n 1 dirname'
|
||||
alias glo='git log --oneline --decorate'
|
||||
alias glol="git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"
|
||||
alias glola="git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --all"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue