mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +01:00
feat(git): Add alias for git stash untracked with message
This commit is contained in:
parent
5c17bcd21f
commit
186a78d65b
1 changed files with 1 additions and 0 deletions
|
|
@ -405,6 +405,7 @@ alias gwtls='git worktree list'
|
||||||
alias gwtmv='git worktree move'
|
alias gwtmv='git worktree move'
|
||||||
alias gwtrm='git worktree remove'
|
alias gwtrm='git worktree remove'
|
||||||
alias gstu='gsta --include-untracked'
|
alias gstu='gsta --include-untracked'
|
||||||
|
alias gstum='gsta --include-untracked --message'
|
||||||
alias gtl='gtl(){ git tag --sort=-v:refname -n --list "${1}*" }; noglob gtl'
|
alias gtl='gtl(){ git tag --sort=-v:refname -n --list "${1}*" }; noglob gtl'
|
||||||
alias gk='\gitk --all --branches &!'
|
alias gk='\gitk --all --branches &!'
|
||||||
alias gke='\gitk --all $(git log --walk-reflogs --pretty=%h) &!'
|
alias gke='\gitk --all $(git log --walk-reflogs --pretty=%h) &!'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue