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 3c8974f commit 738067bCopy full SHA for 738067b
src/devcontainers/base/src/.devcontainer/nhsnotify/postcreatecommand.sh
@@ -19,6 +19,8 @@ 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