mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
Merge cc11df98d7 into 3913106b2e
This commit is contained in:
commit
ce98136a89
1 changed files with 1 additions and 3 deletions
|
|
@ -92,6 +92,7 @@ alias gsts='git stash show --text'
|
||||||
alias gsta='git stash'
|
alias gsta='git stash'
|
||||||
alias gstp='git stash pop'
|
alias gstp='git stash pop'
|
||||||
alias gstd='git stash drop'
|
alias gstd='git stash drop'
|
||||||
|
alias gstl='git stash list'
|
||||||
|
|
||||||
# Will cd into the top of the current repository
|
# Will cd into the top of the current repository
|
||||||
# or submodule.
|
# or submodule.
|
||||||
|
|
@ -157,6 +158,3 @@ alias gignore='git update-index --assume-unchanged'
|
||||||
alias gunignore='git update-index --no-assume-unchanged'
|
alias gunignore='git update-index --no-assume-unchanged'
|
||||||
# list temporarily ignored files
|
# list temporarily ignored files
|
||||||
alias gignored='git ls-files -v | grep "^[[:lower:]]"'
|
alias gignored='git ls-files -v | grep "^[[:lower:]]"'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue