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 <