MATLAB: What version of Git do I need to install for MATLAB source control integration

controlgitintegrationjgitMATLABsource

What version of Git do I need to install for MATLAB source control integration?

Best Answer

MATLAB ships with a 3rd party library called JGit and does not require a separate installation of command line Git to do the typical version control operations. There are specific operations (merging branches) that would require an install of command line Git, as documented at:
We are not aware of any compatibility issues with JGit refusing to work with particular versions of command line Git. Thus we do not specify a specific supported version of command line Git.