File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- ## Introduction
1
+ ## Introduction
2
2
3
3
[ git-tfs] ( http://git-tfs.com/ ) is a two-way bridge between TFS (Team Foundation Server) and git, similar to git-svn.
4
4
It fetches TFS commits into a git repository, and lets you push your updates back to TFS.
5
5
6
- The most recent version is __ 0.18 .0__ . See the [ change history] ( https://github.com/git-tfs/git-tfs/releases ) for details.
6
+ The most recent version is __ 0.19 .0__ . See the [ change history] ( https://github.com/git-tfs/git-tfs/releases ) for details.
7
7
8
8
If you're having problems, check out the [ troubleshooting] ( doc/TROUBLESHOOTING.md ) page.
9
9
And read [ how to report an issue] ( doc/reporting-issues.md ) , before doing so ;)
Original file line number Diff line number Diff line change 1
1
partial class GitTfsProperties
2
2
{
3
- public const string Version = "0.18 .0" ;
3
+ public const string Version = "0.19 .0" ;
4
4
}
You can’t perform that action at this time.
0 commit comments