I'm using Dynamics NAV and Git, however not in the same time. Let me explain why.
The Git itself is cool (with GitHub it gets even better), but Windows port is poor, unless you don't like to stick to unix-like command line, since it's recommended way to setup msysGit. GUI tools on Windows no good, unfortunately.
For me it was hard to make my boss understand, why using distributed version control is better than usual TFS. For business-oriented guys one big central repository feels more secure (because it's my own server I pay for, I control access to) and more robust (I hired system administrator who will run maintenance procedures).
I decided not to fight against this will. We're using distributed version control as a staging area. All unstable changes, testing within our team stored in this area, after finishing stabilization objects merged into central repository. Everybody looks happy.
Regarding Git. Recently I switched to another distributed version control — fossil due to following reasons:
- It can make everything that Git can;
- It looks, feels and acts native on Windows;
- It has web-interface build-in and I can easily make it run as a native Windows service;
- It has integrated issue-tracking, so I don't need third-party tools any more;
- Repository is single file, so I can take it with me on pen drive everywhere I want;
Regarding our NAV solution. It's more than 1000 objects, size over 20 MB.