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 7c70088 commit 5033798Copy full SHA for 5033798
scripts/sync-with-upstream.sh
@@ -5,8 +5,8 @@ echo "Syncing openvscode-server with upstream"
5
upstream_url="https://github.com/microsoft/vscode.git"
6
upstream_branch=${1:-"upstream/main"}
7
local_branch=${2:-"next"}
8
-only_sync=${3:-"false"}
9
-base_commit_msg="code web server initial commit"
+base_commit_msg=${3:-"code web server initial commit"}
+only_sync=${4:-"false"}
10
11
exit_script() {
12
reason=$1
0 commit comments