Question

I am currently working as follows :

  • We have a TFS branch - let's call it TFS-Master.
  • We have a git-tfs cloned repository of TFS-Master.
  • I have pushed this repository to github.

Up until now, people have been working from my github repository quite happily. I've been syncing us up with the TFS repo when required, and all has been well.

However, for whatever reason, other people would like the honour of keeping the git repo up to date with TFS and vice versa.

How do I add the git-tfs tracking (well, whatever you might call the ability to push / pull from tfs) to a repository cloned off of the github repository?

Was it helpful?

Solution

Not sure if this helps entirely, but....

The homepage of git-tfs points to: http://sparethought.wordpress.com/2011/07/18/how-to-establish-git-central-repository-for-working-against-tfs-with-git-tfs-bridge/ for an automated guide.

If you take a look in the comments, there is someone talking about a 2-way synchronisation.

UPDATE (Taken from comments)

https://github.com/git-tfs/git-tfs/blob/master/doc/commands/bootstrap.md is the specific command required.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top