Skip to content

Commit a3d9553

Browse files
committed
Small improvements to README
1 parent ea5d72b commit a3d9553

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,24 @@ This plugin enables Git-Tfs commands to be run from within GitExtensions
44

55
## Supported Commands
66

7-
`tfs pull`
7+
`git tfs pull`
88

9-
`tfs pull & rebase`
9+
`git tfs pull & rebase`
1010

11-
`tfs fetch`
11+
`git tfs fetch`
1212

13-
`rcheckin`
13+
[`git tfs rcheckin`](https://github.com/git-tfs/git-tfs/wiki/Rcheckin)
1414

15-
`checkin`
15+
`git tfs checkin`
1616

17-
`shelve`
17+
[`git tfs shelve`](https://github.com/git-tfs/git-tfs/wiki/Shelve)
1818

1919
## Usage
20-
Once installed, the plugin will appear in the GitExtensions "Plugins" menu. Selecting "git-tfs" from the menu.
20+
Once installed, the plugin will appear in the GitExtensions "Plugins" menu.
2121

2222
## Screenshots
23-
[Screenshot](http://imgur.com/YOuH3.png)
23+
![Screenshot](http://imgur.com/YOuH3.png)
2424

2525

2626
## Install
27-
*From Source*
28-
Compile the plugin, then copy the resulting binary into the GitExtensions Plugins directory (C:\Program Files\GitExtensions\Plugins).
27+
Compile the plugin, then copy the resulting binary into the GitExtensions Plugins directory (typically `C:\Program Files\GitExtensions\Plugins`).

0 commit comments

Comments
 (0)