|
1 | 1 | # vscode-gitextensions README |
2 | 2 |
|
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. |
4 | 4 |
|
5 | 5 | ## Features |
6 | 6 |
|
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` |
14 | 33 |
|
15 | 34 | ## Requirements |
16 | 35 |
|
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. |
29 | 37 |
|
30 | 38 | ## Known Issues |
31 | 39 |
|
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) |
33 | 41 |
|
34 | 42 | ## Release Notes |
35 | 43 |
|
36 | 44 | ### 0.1.0 |
37 | 45 |
|
38 | | -Initial release of GitExtensions for Visual Studio Code |
| 46 | +* Initial release of GitExtensions for Visual Studio Code |
39 | 47 |
|
0 commit comments