From 3295b3582786bc5a66793c47980d6bccc4a56c8e Mon Sep 17 00:00:00 2001 From: dvernon5 Date: Fri, 29 Nov 2024 18:20:18 -0800 Subject: [PATCH] Deleted comment on line 707 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e827a3d875..fcdc574af3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -704,7 +704,7 @@ git checkout -b upstream-gh-pages --track upstream/gh-pages ``` If you have already created the branch upstream-gh-pages, the following commands will incorporate upstream changes: - + 1. Move to the branch you want to merge with. ```bash git checkout upstream-gh-pages