Skip to content

Instantly share code, notes, and snippets.

View kommundsen's full-sized avatar

Kim Ommundsen kommundsen

View GitHub Profile
### Keybase proof
I hereby claim:
* I am kommundsen on github.
* I am kommundsen (https://keybase.io/kommundsen) on keybase.
* I have a public key ASBIZu9_fYlRsCcy_k0Qy9Grhj2iKojXbitG2gWUAYVDlAo
To claim this, I am signing this object:

Using TFS and GIT together

What if your team uses TFS, but you want offline support? You can have a Git repo as well, but then getting your changes to TFS is burdensome. Here’s where a GIT to TFS bridge would be handy.

Setting up your repo

Here’s how to keep a TFS repository foo, and a GIT repository bar, in sync. First step is you need to create a new TFS workspace:

cd \

tf workspace /new /noprompt Foo