I have some code hosted in Git in VSTS and I want to sync it with a Git repo in BitBucket. Looking around here it seems like such an integration exists out of the box. If I wanted to do this, is it something that could be real time? Or would it have to be manually synced somewhere. The goal would be that tags/history/everything were replicated between the two or at least from VSTS to BitBucket
Asked
Active
Viewed 128 times
2 Answers
0
Service hooks fire immediately.

Daniel Mann
- 57,011
- 13
- 100
- 120
-
Great, but what would that hook look like? – Isaac Levin Jun 23 '17 at 09:23
0
You can sync the code by using CI build with git command, similar thread: How to synchronize VSTS and Github respositories when commits are made

starian chen-MSFT
- 33,174
- 2
- 29
- 53