Skip to content

Instantly share code, notes, and snippets.

@vanpeerdevelopment
Created January 27, 2014 20:47
Show Gist options
  • Save vanpeerdevelopment/8656991 to your computer and use it in GitHub Desktop.
Save vanpeerdevelopment/8656991 to your computer and use it in GitHub Desktop.
git.bat file use in the setup of the development environment to open git bash in the eclipse workspace.
@echo off
cd %~dp0
call environment.bat
cd %ECLIPSE_WORKSPACE%
"%GIT_HOME%\Git Bash.vbs"
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment