wslgit】的更多相关文章

@echo off setlocal enabledelayedexpansion set command=%* If %PROCESSOR_ARCHITECTURE% == x86 ( echo | C:\Windows\sysnative\bash.exe -c 'git %command%' ) Else ( echo | bash.exe -c 'git %command%' )…