My PC is dual boot, Ubuntu 16.04 and Windows 10.
What would be the best approach to install SCM(Source Code Management) software but being able to use it(access it) all the time, from Windows and Ubuntu?
Should I create separate partition and install there an SCM solution?
Should I use Git which is decentralized or Visual SVN server? Maybe Git/Cygwin on Windows, Git shell/Terminal on Ubuntu?
Should the partition be formatted with NTFS since Windows doesn't read Linux partitions?