update common

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-10-18 14:40:31 -05:00
parent 9b31ad8487
commit 35cff92c20
3 changed files with 10 additions and 10 deletions

View file

@ -145,7 +145,7 @@ stash() {
read -e -p "Stash label [default: $default_label]: " label
fi
label=${label:-$default_label}
git stash push -m "$label"
git stash push -u -k -m "$label"
}
pop() {