I am using Windows to do some Linux development with WSL.
When I add Linux repositories to GitHub, it recognizes them, but it gets confused with file names and line endings between Linux and Windows.
This doesn't happen on the terminal tools inside git > Ubuntu > WSL
, but it does happen on git > Windows
.
Is there a way to either run GitHub Desktop's GUI on Ubuntu within WSL or to make the Windows version run its internal git commands through WSL's bash
? Maybe a git configuration in Windows to make it Linux-aware?