Skip to content

Commit cf0aeca

Browse files
committed
Update README.md
1 parent ef692b2 commit cf0aeca

File tree

1 file changed

+30
-22
lines changed

1 file changed

+30
-22
lines changed

README.md

Lines changed: 30 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,47 @@
11
# vscode-gitextensions README
22

3-
This is the README for your extension "vscode-gitextensions". After writing up a brief description, we recommend including the following sections.
3+
This is the Visual Studio Code extension to use GitExtensions.
44

55
## Features
66

7-
Describe specific features of your extension including screenshots of your extension in action. Image paths are relative to this README file.
8-
9-
For example if there is an image subfolder under your extension project workspace:
10-
11-
\!\[feature X\]\(images/feature-x.png\)
12-
13-
> Tip: Many popular extensions utilize animations. This is an excellent way to show off your extension! We recommend short, focused animations that are easy to follow.
7+
Commands available via the Command Palette:
8+
9+
* GitExtensions: Blame current file
10+
* GitExtensions: Create a branch
11+
* GitExtensions: Browse in GitExtensions
12+
* GitExtensions: Commit
13+
* GitExtensions: Checkout a branch
14+
* GitExtensions: Checkout a revision
15+
* GitExtensions: See in Diff Tool
16+
* GitExtensions: See File History
17+
* GitExtensions: Init a repository
18+
* GitExtensions: Resolve merge in GitExtensions
19+
* GitExtensions: Pull commits
20+
* GitExtensions: Push commits
21+
* GitExtensions: Reset changes
22+
* GitExtensions: Open settings
23+
* GitExtensions: Manage stashs
24+
* GitExtensions: Synchronize (Commit / Pull / Push)
25+
* GitExtensions: Create a tag
26+
* GitExtensions: Manage remotes
27+
28+
## Intall
29+
30+
For the moment, dowload it in the `Release` Section and install it using:
31+
32+
`code --install-extension vscode-gitextensions-0.0.1.vsix`
1433

1534
## Requirements
1635

17-
If you have any requirements or dependencies, add a section describing those and how to install and configure them.
18-
19-
## Extension Settings
20-
21-
Include if your extension adds any VS Code settings through the `contributes.configuration` extension point.
22-
23-
For example:
24-
25-
This extension contributes the following settings:
26-
27-
* `myExtension.enable`: enable/disable this extension
28-
* `myExtension.thing`: set to `blah` to do something
36+
GitExtensions should be accessible in the PATH.
2937

3038
## Known Issues
3139

32-
Calling out known issues can help limit users opening duplicate issues against your extension.
40+
None at the moment (it's a work in progress)
3341

3442
## Release Notes
3543

3644
### 0.1.0
3745

38-
Initial release of GitExtensions for Visual Studio Code
46+
* Initial release of GitExtensions for Visual Studio Code
3947

0 commit comments

Comments
 (0)