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
4
4
5
5
## Supported Commands
6
6
7
- ` tfs pull `
7
+ ` git tfs pull`
8
8
9
- ` tfs pull & rebase `
9
+ ` git tfs pull & rebase`
10
10
11
- ` tfs fetch `
11
+ ` git tfs fetch`
12
12
13
- ` rcheckin `
13
+ [ ` git tfs rcheckin` ] ( https://github.com/git-tfs/git-tfs/wiki/Rcheckin )
14
14
15
- ` checkin `
15
+ ` git tfs checkin`
16
16
17
- ` shelve `
17
+ [ ` git tfs shelve` ] ( https://github.com/git-tfs/git-tfs/wiki/Shelve )
18
18
19
19
## 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.
21
21
22
22
## Screenshots
23
- [ Screenshot] ( http://imgur.com/YOuH3.png )
23
+ ! [ Screenshot] ( http://imgur.com/YOuH3.png )
24
24
25
25
26
26
## 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