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 4ed2e8b commit e955d9cCopy full SHA for e955d9c
.github/scripts/download-bundled/verify-directory-unchanged.sh
@@ -4,6 +4,8 @@ cd "$(dirname "$0")/../../.."
4
5
cd "$1"
6
7
-# git status
+# display overview of changed files
8
+git status
9
10
+# display & detect all changes
11
git add . -N && git diff --cached -a --exit-code . && git diff -a --exit-code .
0 commit comments