


Not everything under / is the same drive. The root of your file system / is the mount point of your root partition, or folder, in the case of WSL. Git can be installed on Windows AND on WSLĪn important consideration: when you enable WSL and install a Linux distribution, you are installing a new file system, separated from the Windows NTFS C:\ drive on your machine. Git also makes collaboration easier, allowing changes by multiple people to all be merged into one source. With Git, you can track changes you make to files, so you have a record of what has been done, and have the ability to revert to earlier versions of the files if needed. Git is the most commonly used version control system.
