Skip to content

Commit 8448da6

Browse files
committed
remove mention of unused "-f" option
1 parent 035a235 commit 8448da6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/scripts/test-directory-unchanged.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ set -ex
33

44
cd "$(dirname "$0")/../../$1"
55

6-
# notify git about untracked files
7-
# add -f to detect even ignored files
6+
# notify git about untracked (except ignored) files
87
git add -N .
98

109
# display overview of changed files

0 commit comments

Comments
 (0)