Skip to content

Commit 434d920

Browse files
remove git add
1 parent 542787a commit 434d920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/devcontainers/base/src/.devcontainer/nhsnotify/postcreatecommand.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ git switch -C $UPDATE_BRANCH
3535
\cp -f $DEST/.gitignore ./
3636
\cp -f $DEST/.gitleaksignore ./
3737

38-
git add .
38+
#git add .
3939
#export GPG_TTY=$(tty)
4040
#git commit -m "Update default files from $REPO" || echo "No changes to commit"
4141
#git switch $CURRENT_BRANCH

0 commit comments

Comments
 (0)