Skip to content

Instantly share code, notes, and snippets.

@ertrzyiks
Last active December 30, 2015 18:49
Show Gist options
  • Save ertrzyiks/7870221 to your computer and use it in GitHub Desktop.
Save ertrzyiks/7870221 to your computer and use it in GitHub Desktop.
Windows Git bash walkaround when PATH variable is too long to keep more folders.
@echo off
SET TARGET_PATH=C:\Program Files (x86)\Git\bin\
call "%TARGET_PATH%%~n0" %*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment