Closed jrock2004 closed 5 years ago
https://github.com/hangxingliu/wslgit/blob/master/git.bat#L23
Do you means replace bash -c 'wslgit.sh %args%'
to wsl -c 'wslgit.sh %args%'
in the file git.bat
?
Actually, I am using this wslgit in daily work on my Windows laptop. And I didn't meet any trouble. Is there benefit after replace bash
to wsl
?
@hangxingliu sorry for not seeing this. There is nothing wrong, but it just updates to the command that MS recommends for interacting between each other
Could you list some documents or pages about this things written by Microsoft to here, Thanks
Here we have A Guide to Invoking WSL and the within-mentioned Multi-Distro Documentation showing the multitude of ways to spin up WSL.
@Dormanil Thanks for your reference, I will update it in recent days
With the WSL command now in windows, are you eventually going to upgrade your scripts?