Skip to content

Instantly share code, notes, and snippets.

@span
Forked from dgw/git-bash-portable.bat
Created February 2, 2011 16:23
Show Gist options
  • Save span/807931 to your computer and use it in GitHub Desktop.
Save span/807931 to your computer and use it in GitHub Desktop.

Revisions

  1. @dgw dgw revised this gist Sep 4, 2010. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion git-bash-portable.bat
    Original file line number Diff line number Diff line change
    @@ -6,7 +6,7 @@ set USERPROFILE=%~dp0
    set HOMEDRIVE=%~d0
    set HOMEPATH=%~p0
    set HOME=%~dp0
    set HISTFILE=.bash_history
    set HISTFILE=%USERPROFILE%.bash_history
    rem set BASHRC=%USERPROFILE%.bashrc

    git-bash.bat
  2. @dgw dgw created this gist Aug 18, 2010.
    12 changes: 12 additions & 0 deletions git-bash-portable.bat
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    @echo off
    rem Copyright (C): 2010 Voyagerfan5761
    rem http://technobabbl.es/

    set USERPROFILE=%~dp0
    set HOMEDRIVE=%~d0
    set HOMEPATH=%~p0
    set HOME=%~dp0
    set HISTFILE=.bash_history
    rem set BASHRC=%USERPROFILE%.bashrc

    git-bash.bat