mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
feat(git): add gclf alias (#12508)
This commit is contained in:
parent
dd4be1b6fb
commit
5233759206
2 changed files with 3 additions and 1 deletions
|
|
@ -165,6 +165,7 @@ alias gcpa='git cherry-pick --abort'
|
|||
alias gcpc='git cherry-pick --continue'
|
||||
alias gclean='git clean --interactive -d'
|
||||
alias gcl='git clone --recurse-submodules'
|
||||
alias gclf='git clone --recursive --shallow-submodules --filter=blob:none --also-filter-submodules'
|
||||
|
||||
function gccd() {
|
||||
setopt localoptions extendedglob
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue