Skip to content

Commit 31347b9

Browse files
committed
adding new file to vscode appendix
1 parent cfff34e commit 31347b9

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed
43.2 KB
Loading

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ Choose the method that suits you best.
1212

1313
=== Using Visual Studio Code
1414

15+
. **Right click to create the file** under the tasks directory of your `vm_management` collection
16+
+
17+
image::new_file.png[title='New File Creation', link=self, window=blank]
18+
+
1519
. **Open the Source Control Panel**:
1620
+
1721
** Click the **Source Control** icon in the Activity Bar.
@@ -56,6 +60,14 @@ git clone {gitea_console_url}/{gitea_user}/virt-aap-day2
5660
cd /path/to/virt-app-day2
5761
----
5862
+
63+
. **Make changes to file**:
64+
+
65+
----
66+
vi /path/to/tasks/main.yml
67+
----
68+
+
69+
. Make changes to your file and save them
70+
+
5971
. **Stage Your Changes**:
6072
** Run the following command to stage all modified files:
6173
+

0 commit comments

Comments
 (0)