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 738067b commit e88f655Copy full SHA for e88f655
src/devcontainers/base/src/.devcontainer/nhsnotify/postcreatecommand.sh
@@ -19,8 +19,6 @@ echo "cloned repository $REPO branch $CHECKOUT_BRANCH to $DEST"
19
20
CURRENT_BRANCH=$(git symbolic-ref --short HEAD)
21
echo "current branch is $CURRENT_BRANCH"
22
-git stash
23
-echo "stashed any changes on branch $CURRENT_BRANCH"
24
git switch -C $UPDATE_BRANCH
25
26
\cp -r --update=none $DEST/docs ./
0 commit comments