enhance gsp
This commit is contained in:
parent
bd807d3073
commit
46101abbd9
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ EOF
|
||||||
function gsp {
|
function gsp {
|
||||||
case "$1" in
|
case "$1" in
|
||||||
"")
|
"")
|
||||||
git stage -p
|
git add $(git ls-files -o --exclude-standard) && git stage -p
|
||||||
;;
|
;;
|
||||||
--help | -h)
|
--help | -h)
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
|
|
Loading…
Reference in a new issue