From 46101abbd98c3b71fc1235470f6dc1359d57a8d0 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Wed, 18 Jan 2023 18:20:13 +0100 Subject: [PATCH] enhance gsp --- .bash_extra | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bash_extra b/.bash_extra index f1c8ee8..c63c4b1 100644 --- a/.bash_extra +++ b/.bash_extra @@ -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 <