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