wslgit icon indicating copy to clipboard operation
wslgit copied to clipboard

Use Git installed in Bash on Windows/Windows Subsystem for Linux (WSL) from Windows and Visual Studio Code (VSCode)

Results 19 wslgit issues
Sort by recently updated
recently updated
newest added

When I implemented #129 I did some simple performance measurements and I thought I'd share the results. ## Test Results ### WSL2 Filesystem Clone from WSL2 to WSL2 filesystem: |...

I used the install.bat with a successful installation and placed the wslgit.exe somewhere on my machine and added it to PATH. However when I try to set a custom git...

Hi! I have two Ubuntu WSL distro: Ubuntu and Ubuntu-20.04 for personal and working purposes respectively. I set git executable in PhpStorm as `C:\Users\yevhe\bin\wslgit.exe` and git integration works fine with...

I'm getting the following error whilst trying an interactive rebase/Squashing: ``` /mnt/c/Users/Name Surname/Downloads/wslgit/wslgit/bin/Fork.RI: 1: /mnt/c/Users/Name: not found error: There was a problem with the editor '/mnt/c/Users/Name Surname/Downloads/wslgit/wslgit/bin/Fork.RI'. ``` Every other...

![sourcetree](https://user-images.githubusercontent.com/4201835/49124413-a7ee8400-f2bc-11e8-9d94-2a2cfd0481be.png)

In Sourcetree v3.3.9, right-click on a commit and click `Rebase children of xxxxx interactively...` ``` git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks -c sequence.editor='C:\Users\dhanar_accelbyte\AppData\Local\SourceTree\app-3.3.9\tools\stree_gri' -c core.editor='C:\Users\dhanar_accelbyte\AppData\Local\SourceTree\app-3.3.9\tools\stree_gri' rebase -i --autosquash ade5bf53e5a5c014889bb30820bb1da4c04e7300 C:\Users\dhanar_accelbyte\AppData\Local\SourceTree\app-3.3.9\tools\stree_gri:...

I installed newest wslgit release and add it to PATH. wsl1: Ubuntu 18.04LTS git version in wsl1 : git version 2.17.1 ![image](https://user-images.githubusercontent.com/734528/93286807-0038a200-f813-11ea-824e-ae8579e13593.png) >wslgit /bin/bash: - : invalid option

needs feedback

Hi, i'm experimenting with WSL2. I would love to make use of the greatly enhanced performance with moving my projects into the linux containers. I use the WSL extension in...

#### Background While working on a Git project I noticed that when trying to annotate a file (GUI equivalent of `git blame`), one of three things can happen, depending on...

The insider build for 1903 has a new functionality that allows browsing files on WSL from explorer. The paths look like `\\wsl$\Ubuntu\home\alecxvs\Git\myproject`. Running wslgit from this path gives this error:...

enhancement