Skip to content

Commit dafce13

Browse files
committed
fixing appendix
1 parent 3ba7af9 commit dafce13

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

content/modules/ROOT/pages/appendix-vscode-commit-push.adoc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ image::source_control.png[title='Source Control', link=self, window=blank]
2020
+
2121
. **Stage Your Changes**:
2222
** Locate the files listed under **Changes**.
23-
** Click the ``+`` icon next to each file to stage them, or click the ``+`` icon next to **Changes** to stage all files.
23+
** Click the \`+\` icon next to each file to stage them, or click the \`+\` icon next to **Changes** to stage all files.
2424
+
2525
image::source_changes.png[title='File Changes', link=self, window=blank]
2626
+
@@ -80,7 +80,8 @@ git push
8080
. **Verify in Gitea**:
8181
** Open your Gitea repository {{gitea_console_url}} in a web browser and confirm that the changes appear.
8282

83-
\\\\
83+
////
84+
8485
== Tips for Working with Git
8586
8687
. **View Git Output in VS Code**:
@@ -97,7 +98,8 @@ git log --oneline
9798
git rebase origin/main
9899
git stash
99100
----
100-
\\\\
101+
102+
////
101103

102104
== Conclusion
103105

0 commit comments

Comments
 (0)