aliases: some git stuff
This commit is contained in:
parent
e9c05e4f5d
commit
b23ed68195
2 changed files with 8 additions and 1 deletions
|
|
@ -392,3 +392,10 @@ if exists gron; then
|
|||
gron | grep "$@" | gron -u
|
||||
}
|
||||
fi
|
||||
|
||||
autostash() {
|
||||
git stash
|
||||
git "$@"
|
||||
git stash pop
|
||||
}
|
||||
compdef _git autostash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue