andy-5/wslgit
Use Git installed in Bash on Windows/Windows Subsystem for Linux (WSL) from Windows and Visual Studio Code (VSCode) observed · 2026-08-28
Health v2 · maintenance only
78/100
- Activity 83
- Release rhythm 60
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 150
- age_days: 3324
- days_rel: 104
- days_push: 104
- n_releases_24m: 2
Adoption not part of the score
1242 stars · 61 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A small Rust executable that forwards git commands to the Git installation inside Windows Subsystem for Linux (WSL), translating paths between Windows and Linux representations. Its primary purpose is making VSCode's Git integration work with a WSL-installed git.
Use cases
- use git from wsl inside visual studio code
- run linux git from windows
- translate windows paths to wsl paths for git
- integrate wsl git with windows tools
- use wsl git executable as git.path in vscode
When to choose
- you develop in WSL but edit with VSCode on Windows and want the WSL git to be used
- you need path translation between C:\ and /mnt/c for git operations
- you want a lightweight bridge instead of installing Git for Windows
When to avoid
- you already use Git for Windows and have no WSL-based git workflow
- you need to enter SSH passphrases interactively through VSCode, which this setup does not support
- your default distro is WSL2 and you work on mapped network drives, which WSL2 cannot access
Facets
cli-tool · maturity active
developer-tools version-control cli developer-tools version-control windows windows cli wsl vscode git-interop path-translation rust
1 source
- readme: https://github.com/andy-5/wslgit · fetched 2026-08-28 · e59232f64f19
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| andy-5/wslgit | main | 78 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem