Last active
December 30, 2015 18:49
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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