Recently I realized the fact that not all functionality available for TFVC is supported for Git-mode projects in TFS 2013. This has been indirectly proved by the blog post of Brian Harry, saying:
...we are fully integrating Git into the TFS ALM workflows – work item tracking, build automation, reporting, code review, and more. Not all of that integration is complete yet but we’ll be fleshing it out through the 2013 Updates and, when we are done, we should have full parity on ALM integration capabilities between Team Foundation Version Control and Git Version Control.
The following are a couple of those "not supported in Git mode" things I faced with:
- Gated-checkins
- Code review
The concept of the shelvelets also doesn't seem relevant for Git. Taking into account that "My Work" area for TFVC fully relies on shelvelets, it will obviously not be available for Git mode.
What are other areas available for TFVC, but not implemented (yet) for Git mode? Do any workarounds exist for each?