diff --git a/git.sh b/git.sh index 67f2bed..9f4609e 100755 --- a/git.sh +++ b/git.sh @@ -11,8 +11,10 @@ month_dir=$(date +"%m %b") git reset HEAD -- . other_args="${@:2}" -echo $@ -echo "args $other_args" + +if [ "$other_args" = "" ]; then + other_args="." +fi gitStatus() { {