Eclipse comes with base infrastructure for version control systems, and KDS is not exception to that.
But it does not come with a dedicated client. You can pick and choose the one you want.
So if you want to work with Git, then you need two things:
- the Git shell and tools. You can get from multiple sources, and one way is to install Git for Windows (or whatever platform you use) from GitHub for Windows
- Above comes with a shell/console plus a Windows standalone client. If you want to use it integrated with Eclipse, then download one of the available Git clients for Eclipse. For example I'm using eGit. For CodeWarrior users, see Installing eGit in Eclipse and CodeWarrior for MCU10.4 | MCU on Eclipse. For KDS (which is using Kepler in V2.0.0 you can use eGit (EGit, use the 'download' button).
- Additionally, I'm using another standalone client on my machine: SourceTree (Free Mercurial and Git Client for Windows and Mac | Atlassian SourceTree) because eGit is ok, working with non-projects it is better to have a dedicated client. There are other git clients available too.
I hope this helps,
Erich