mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-24 04:29:25 +02:00
Update git.plugin.zsh
This commit is contained in:
parent
8283745719
commit
57ca56e350
1 changed files with 0 additions and 2 deletions
|
|
@ -217,5 +217,3 @@ alias gwch='git whatchanged -p --abbrev-commit --pretty=medium'
|
||||||
alias gwip='git add -A; git rm $(git ls-files --deleted) 2> /dev/null; git commit -m "--wip--"'
|
alias gwip='git add -A; git rm $(git ls-files --deleted) 2> /dev/null; git commit -m "--wip--"'
|
||||||
|
|
||||||
alias gitrmdeleted="git ls-files --deleted -z | xargs -0 git rm -r"
|
alias gitrmdeleted="git ls-files --deleted -z | xargs -0 git rm -r"
|
||||||
|
|
||||||
alias gitgcprune="git remote prune origin ; git gc --prune --aggressive"
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue