From e695a813afcab259f21d3e75e4745476f1a8a4c9 Mon Sep 17 00:00:00 2001 From: Roger Lopez Date: Tue, 10 Dec 2024 10:44:28 -0600 Subject: [PATCH] more syntax --- content/modules/ROOT/pages/appendix-vscode-commit-push.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/modules/ROOT/pages/appendix-vscode-commit-push.adoc b/content/modules/ROOT/pages/appendix-vscode-commit-push.adoc index b8f95fd..c27d3fb 100644 --- a/content/modules/ROOT/pages/appendix-vscode-commit-push.adoc +++ b/content/modules/ROOT/pages/appendix-vscode-commit-push.adoc @@ -18,7 +18,7 @@ Choose the method that suits you best. + . **Stage Your Changes**: ** Locate the files listed under **Changes**. -** Click the `\+` icon next to each file to stage them, or click the `\+` icon next to **Changes** to stage all files. +** Click the `\+` icon next to each file to stage them, or click the `+` icon next to **Changes** to stage all files. + . **Enter a Commit Message**: ** In the input box at the top of the Source Control panel, type a descriptive commit message, e.g.: @@ -28,10 +28,10 @@ Add manage_vm_playbook.yml for VM management ---- + . **Commit the Changes**: -**Click the **✔** (checkmark) icon to commit the staged files. +** Click the **✔** (checkmark) icon to commit the staged files. + . **Push the Changes**: -**Click the **…** (ellipsis menu) in the Source Control panel and select **Push**. +** Click the **…** (ellipsis menu) in the Source Control panel and select **Push**. ** *Alternative:* Use the Command Palette (`Ctrl+Shift+P` or `Cmd+Shift+P`) → Type `Git: Push` → Press Enter. + . **Verify in Gitea**: