Skip to content

Commit f22c244

Browse files
Update quickstart.md
1 parent 77454d9 commit f22c244

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

docs/quickstart.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Quickstart
22

3+
How to install and run the extension in VS Code.
4+
35

46
## Install
57

@@ -14,13 +16,14 @@ Go to the Marketplace link below then click the _Install_ button.
1416

1517
## Run
1618

17-
Then use the extension like this:
19+
Use the extension like this:
1820

19-
1. Open VS Code where you have a Git repo.
20-
1. Edit one or more files.
21-
1. Optionally stage one files.
21+
1. Open VS Code.
22+
1. Open a project which is a Git repo.
23+
1. Edit one or more files and save them.
24+
1. Optionally stage one of the files.
2225
- This is useful if want smaller changes in your commit and your commit message.
23-
- Staging is necessary if you do a _move_ or _rename_, so that Git sees the old and new path as the _same_ file.
26+
- Staging is necessary if you do a _move_ or _rename_, so that Git sees the old and new path as the _same_ file. But otherwise, you don't have to stage.
2427
1. In VS Code's built-in Git pane, click the extension's icon.
2528
1. The extension will create a descriptive commit message for you in the commit message box.
2629
1. Optionally edit your message.

0 commit comments

Comments
 (0)