aliases: some git stuff

This commit is contained in:
Alexander Roso 2026-05-07 15:46:12 +02:00
parent e9c05e4f5d
commit b23ed68195
2 changed files with 8 additions and 1 deletions

View file

@ -392,3 +392,10 @@ if exists gron; then
gron | grep "$@" | gron -u
}
fi
autostash() {
git stash
git "$@"
git stash pop
}
compdef _git autostash