Skip to content

Commit

Permalink
adding new file to vscode appendix
Browse files Browse the repository at this point in the history
  • Loading branch information
rlopez133 committed Jan 23, 2025
1 parent cfff34e commit 31347b9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Binary file added content/modules/ROOT/assets/images/new_file.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions content/modules/ROOT/pages/appendix-vscode-commit-push.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ Choose the method that suits you best.

=== Using Visual Studio Code

. **Right click to create the file** under the tasks directory of your `vm_management` collection
+
image::new_file.png[title='New File Creation', link=self, window=blank]
+
. **Open the Source Control Panel**:
+
** Click the **Source Control** icon in the Activity Bar.
Expand Down Expand Up @@ -56,6 +60,14 @@ git clone {gitea_console_url}/{gitea_user}/virt-aap-day2
cd /path/to/virt-app-day2
----
+
. **Make changes to file**:
+
----
vi /path/to/tasks/main.yml
----
+
. Make changes to your file and save them
+
. **Stage Your Changes**:
** Run the following command to stage all modified files:
+
Expand Down

0 comments on commit 31347b9

Please sign in to comment.