- Notifications
You must be signed in to change notification settings - Fork243
[Feature] Support for WSL git#1357
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:develop
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
I don't recommend doing this. The reasons are:
|
roguesaloon commentedMay 27, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@love-linger Thanks for the feedback, you are also right on the functionality front. The terminal should be an easy fix but I'll likely need to find some more time to investigate a proper solution for the File Watcher (which I had completely missed wasn't working), so I'll put this into draft for now, until I can get back to it. As for the motivation for supporting this:
|
Uh oh!
There was an error while loading.Please reload this page.
Allows for sourcegit to use WSL git (from default distribution) when working inside a WSL directory with UNC path (i.e.
\\wsl.localhost
) on Windows. Dynamically chooses to use WSL git over windows git based on the filepath.This allows users to manage WSL repos through the same windows instance of sourcegit alongside windows repos, which is a huge win for my own personal workflow. Partly based on similar WSL implementation in GitExtensions.