enhance gsp

This commit is contained in:
Michael Grote 2023-01-18 18:20:13 +01:00
parent bd807d3073
commit 46101abbd9

View file

@ -193,7 +193,7 @@ EOF
function gsp {
case "$1" in
"")
git stage -p
git add $(git ls-files -o --exclude-standard) && git stage -p
;;
--help | -h)
cat <<EOF