Skip to content

Commit

Permalink
fixing appendix
Browse files Browse the repository at this point in the history
  • Loading branch information
rlopez133 committed Jan 23, 2025
1 parent 3ba7af9 commit dafce13
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions content/modules/ROOT/pages/appendix-vscode-commit-push.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ image::source_control.png[title='Source Control', link=self, window=blank]
+
. **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.
+
image::source_changes.png[title='File Changes', link=self, window=blank]
+
Expand Down Expand Up @@ -80,7 +80,8 @@ git push
. **Verify in Gitea**:
** Open your Gitea repository {{gitea_console_url}} in a web browser and confirm that the changes appear.

\\\\
////
== Tips for Working with Git
. **View Git Output in VS Code**:
Expand All @@ -97,7 +98,8 @@ git log --oneline
git rebase origin/main
git stash
----
\\\\
////

== Conclusion

Expand Down

0 comments on commit dafce13

Please sign in to comment.