Skip to content

Commit

Permalink
Fix gitea address to include repo and branch
Browse files Browse the repository at this point in the history
  • Loading branch information
juliaaano committed Jan 24, 2025
1 parent dc616ea commit aaa4d83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/modules/ROOT/pages/appendix-vscode-commit-push.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ image::source_commit.png[title='File Commit', link=self, window=blank]
** Click the **Sync Changes** button to push the changes to your Gitea repository.
+
. **Verify in Gitea**:
** Open your Gitea repository {gitea_console_url} in a web browser and confirm that the changes appear.
** Open your Gitea repository {gitea_console_url}/{gitea_user}/virt-aap-day2/src/branch/{virt_aap_day2_workspace_revision} in a web browser and confirm that the changes appear.

=== Using the Terminal

Expand Down Expand Up @@ -100,7 +100,7 @@ git push
----
+
. **Verify in Gitea**:
** Open your Gitea repository {gitea_console_url} in a web browser and confirm that the changes appear.
** Open your Gitea repository {gitea_console_url}/{gitea_user}/virt-aap-day2/src/branch/{virt_aap_day2_workspace_revision} in a web browser and confirm that the changes appear.

////
Expand Down

0 comments on commit aaa4d83

Please sign in to comment.