add bash.bat script to anywhere you want, and add it as sh script in gitkraken's preferences.
Created
August 16, 2021 02:13
-
-
Save zzzz465/6dab38e9cb6771d22f9dda46211a3e88 to your computer and use it in GitHub Desktop.
use gitkraken with WSL2 on windows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@REM made by madeline. MIT License | |
@echo off | |
wsl.exe -e bash -c "$(wslpath %2)" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment