0

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

Isaac Levin
  • 2,809
  • 9
  • 49
  • 88

2 Answers2

0

Service hooks fire immediately.

Daniel Mann
  • 57,011
  • 13
  • 100
  • 120
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