Skip to content

Commit 1c3b45c

Browse files
committed
fixup!
1 parent b1dee3c commit 1c3b45c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/MAINTAINING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
22
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
3+
34
# Maintaining
45

56
- [Team](#team)
@@ -223,7 +224,7 @@ The VS Code portion of code-server lives under [`coder/vscode`](https://github.c
223224
2. `git fetch upstream` - Fetch upstream (VS Code)'s latest branches
224225
3. `git merge upstream/release/1.64` - Merge it locally
225226
1. replace `1.64` with the version you're upgrading to
226-
1. If there are merge conflicts, fix them locally
227+
1. If there are merge conflicts, commit first, then fix them locally.
227228
4. Open a PR merging your branch (`vscode-update`) into `main` and add the code-server review team
228229

229230
Ideally, our fork stays as close to upstream as possible. See the differences between our fork and upstream [here](https://github.com/microsoft/vscode/compare/main...coder:main).

0 commit comments

Comments
 (0)