mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
new git stash aliases
Inspired by https://github.com/robbyrussell/oh-my-zsh/pull/2078/files Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
This commit is contained in:
parent
84b738e31c
commit
0d4892d4db
1 changed files with 8 additions and 0 deletions
|
|
@ -114,6 +114,14 @@ alias gitk-entier-history='gitk --all $(git log -g --pretty=format:%h)' # show c
|
||||||
compdef _git gitk='gitk'
|
compdef _git gitk='gitk'
|
||||||
# Note: if the commit has been cleaned my 'git gc', the dangling commits older than 2 weeks may have been deleted
|
# Note: if the commit has been cleaned my 'git gc', the dangling commits older than 2 weeks may have been deleted
|
||||||
#
|
#
|
||||||
|
alias gstst='git stash show --text'
|
||||||
|
alias gsts='git stash'
|
||||||
|
alias gstsp='git stash pop'
|
||||||
|
alias gstsd='git stash drop'
|
||||||
|
alias gstsa='git stash apply'
|
||||||
|
alias gstsl='git stash list'
|
||||||
|
|
||||||
|
|
||||||
alias gitconfig="vim ~/.gitconfig"
|
alias gitconfig="vim ~/.gitconfig"
|
||||||
alias gitmessage="vim ~/.gitmessage"
|
alias gitmessage="vim ~/.gitmessage"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue