Skip to content

Instantly share code, notes, and snippets.

@vanpeerdevelopment
Last active January 4, 2016 17:49
Show Gist options
  • Save vanpeerdevelopment/8656930 to your computer and use it in GitHub Desktop.
Save vanpeerdevelopment/8656930 to your computer and use it in GitHub Desktop.
environment-git.bat file use in the setup of the development environment.
@echo off
pushd %~dp0
pushd ..
SET PROJECT_HOME=%CD%
popd
popd
...
SET GIT_HOME=%PROJECT_HOME%\Git
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment