Skip to content

Commit e88f655

Browse files
remove stash.
1 parent 738067b commit e88f655

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ echo "cloned repository $REPO branch $CHECKOUT_BRANCH to $DEST"
1919

2020
CURRENT_BRANCH=$(git symbolic-ref --short HEAD)
2121
echo "current branch is $CURRENT_BRANCH"
22-
git stash
23-
echo "stashed any changes on branch $CURRENT_BRANCH"
2422
git switch -C $UPDATE_BRANCH
2523

2624
\cp -r --update=none $DEST/docs ./

0 commit comments

Comments
 (0)