Skip to content

Commit b3f4ee4

Browse files
committed
Merged PR 95: Merge 4907-preview to master
Related work items: #5014
1 parent aed4f52 commit b3f4ee4

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Visual Studio Team Services Build and Release Management extension that helps you synchronise one Git Repository with another.
44

5-
Learn more about this extension on the wiki!
5+
You can use this extension with any Git repository: TFS, GitHub, Git, etc.
66

77
##Tasks included
88

@@ -12,4 +12,4 @@ Learn more about this extension on the wiki!
1212

1313
After installing the extension, you can add one (or more) of the tasks to a new or existing build definition or release definition
1414

15-
Full documentation is available on [http://vsts-git-sync.readthedocs.io](http://vsts-git-sync.readthedocs.io)
15+
Full documentation is available on [http://vsts-git-tasks.readthedocs.io](http://vsts-git-tasks.readthedocs.io)

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ Get the [Git Sync Management](https://marketplace.visualstudio.com/items?itemNam
1313

1414
After installing the extension, you can add one (or more) of the tasks to a new or existing build definition or release definition
1515

16-
Full documentation is available on [http://vsts-git-sync.readthedocs.io](http://vsts-git-sync.readthedocs.io)
16+
Full documentation is available on [http://vsts-git-tasks.readthedocs.io](http://vsts-git-tasks.readthedocs.io)

vss-extension.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,15 @@
1818
"Build and release"
1919
],
2020
"tags": [
21-
"release",
22-
"build",
23-
"process",
24-
"process template",
25-
"template",
26-
"upload",
27-
"hydrate"
21+
"release",
22+
"build",
23+
"git",
24+
"sync",
25+
"synch",
26+
"synchronisation",
27+
"GitHub",
28+
"Git Push",
29+
"Branch"
2830
],
2931
"links": {
3032
"learn": {

0 commit comments

Comments
 (0)