Skip to content

Commit 0e4d988

Browse files
Update the script
Signed-off-by: Lukasz Gryglicki <lgryglicki@cncf.io> Assisted by [OpenAI](https://platform.openai.com/) Assisted by [GitHub Copilot](https://github.com/features/copilot)
1 parent e85a8de commit 0e4d988

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

utils/git_sync_to_dev.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ git status
77
echo -n 'proceed (ctrl+c to stop)? '
88
read
99

10-
git rm -r --cached .
10+
# git rm -r --cached .
11+
git rm -rf .
1112
# git checkout origin/dev -- .
1213
git checkout dev -- .
1314
git add -A

0 commit comments

Comments
 (0)