- Stockholm, Sweden
Pinned Loading
-
HOWTO: Use WSL and its Git in a mixe...
HOWTO: Use WSL and its Git in a mixed development environment 1How to setup a development environment where Git from WSL integrates with native Windows applications, using the Windows home folder as the WSL home and using Git from WSL for all tools.
23**Note** if using Git for Windows, or any tool on the Windows side that does not use Git from WSL then there will likely be problems with file permissions if using those files from inside WSL.
45## Tools
-
Use bash from WSL as sh.exe for GitK...
Use bash from WSL as sh.exe for GitKraken (5.0.4) for Windows 1@echo off
2REM Make sure that the path to the script is correct!
3@bash -l -c "~/bin/gitkraken-wsl-bash.sh %*"
-
Yet another git-serve alias.
Yet another git-serve alias. 1```ini
2[alias]
3serve = "!f(){ printf \"Starting git-daemon for $(pwd) @ 'git://$(hostname)/$(basename $(pwd))'.\nExample: git clone git://$(hostname)/$(basename $(pwd)) [<directory>]\n\"; git daemon --base-path=.. --reuseaddr --informative-errors --verbose --export-all ../$(basename $(pwd)) ; }; f"
4```
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.