We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 035a235 commit 8448da6Copy full SHA for 8448da6
.github/scripts/test-directory-unchanged.sh
@@ -3,8 +3,7 @@ set -ex
3
4
cd "$(dirname "$0")/../../$1"
5
6
-# notify git about untracked files
7
-# add -f to detect even ignored files
+# notify git about untracked (except ignored) files
8
git add -N .
9
10
# display overview of changed files
0 commit comments