Skip to content

Latest commit

 

History

History

wslgit

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

概要

Windows Subsystem for Linux (WSL) の 関数 を使って、Windows 上で WSL 上の Git を叩くものです。

試してみる

注意

  • WSL の Linux 環境がインストールされており、そこに Git がインストールされていることが前提です
  • git をフルパス指定したい場合は wslgit/wslgit.cppGIT_CMD の定義をそれなりのものに変えてリビルドしてください。

ビルド

Visual Studio 2017 以上で wslgit.sln を開いてビルドしてください

使用

PowerShell なりコマンドプロンプトなりで、 wslgit.exe に続いて普通に Git コマンドを実行してください。