File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed
Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff 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 ` ).
You can’t perform that action at this time.
0 commit comments