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 60e5ab1 commit b0211d9Copy full SHA for b0211d9
src/devcontainers/base/src/.devcontainer/nhsnotify/postcreatecommand.sh
@@ -29,14 +29,14 @@ git switch -C $UPDATE_BRANCH
29
\cp -rf $DEST/scripts ./scripts
30
\cp -f $DEST/Makefile ./
31
\cp -f $DEST/.tool-versions ./
32
-\cp -f $DEST/VERSION ./
+\cp --update=none $DEST/VERSION ./
33
\cp -f $DEST/.editorconfig ./
34
\cp -f $DEST/.gitattributes ./
35
\cp -f $DEST/.gitignore ./
36
\cp -f $DEST/.gitleaksignore ./
37
38
git add .
39
-export GPG_TTY=$(tty)
+#export GPG_TTY=$(tty)
40
#git commit -m "Update default files from $REPO" || echo "No changes to commit"
41
#git switch $CURRENT_BRANCH
42
#git merge $UPDATE_BRANCH -m "Merge default files from $REPO"
0 commit comments