Skip to content

Instantly share code, notes, and snippets.

View mterrel's full-sized avatar

Mark Terrel mterrel

View GitHub Profile
@victor-perez
victor-perez / git.bat
Last active August 4, 2021 14:16
Use WSL git inside VS Code from Windows 10 17046
@echo off
setlocal ENABLEEXTENSIONS ENABLEDELAYEDEXPANSION
::this also support calls that contains a absolute windows path
::check of one of the params contain a absolute windows path
echo.%* | findstr /r /c:"[a-z]:[\\/]" > nul
if %errorlevel% == 1 (
::if not just git with the given parameters
call :git %*
@bmaupin
bmaupin / free-backend-hosting.md
Last active May 23, 2024 04:42
Free backend hosting