We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b99d303 commit 89a9142Copy full SHA for 89a9142
checkin.sh
@@ -5,6 +5,6 @@ if [ -z $1 ]
5
exit 1
6
fi
7
git add README.md
8
-git add leetcode/$1*
+git add leetcode/$1.*
9
git commit -m $1
10
git push
0 commit comments