Skip to content

Commit

Permalink
more syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
rlopez133 committed Dec 10, 2024
1 parent ef7aebc commit e695a81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/modules/ROOT/pages/appendix-vscode-commit-push.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.:
Expand All @@ -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**:
Expand Down

0 comments on commit e695a81

Please sign in to comment.