mirror of
https://github.com/vxcontrol/multigit.git
synced 2026-07-01 05:52:21 -04:00
unimportant
This commit is contained in:
@@ -10,7 +10,7 @@ usage() {
|
||||
exit
|
||||
}
|
||||
echo
|
||||
echo " multigit 3.3 - git wrapper for working with overlaid repos."
|
||||
echo " multigit 3.5 - git wrapper for working with overlaid repos."
|
||||
echo " Cosmin Apreutesei | public domain | https://github.com/capr/multigit"
|
||||
echo
|
||||
echo " USAGE: mgit ..."
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
@echo off
|
||||
setlocal enabledelayedexpansion
|
||||
rem find bash.exe from a git installation and run our git wrapper with it.
|
||||
rem for this to work git.exe must be in PATH and bash.exe must be
|
||||
rem in ../bin (MSysGit) or ../usr/bin (Git for Windows).
|
||||
REM # Find bash.exe from a git installation and run our git wrapper with it.
|
||||
REM # For this to work git.exe must be in PATH and bash.exe must be
|
||||
REM # in ../bin (MSysGit) or ../usr/bin (Git for Windows).
|
||||
:begin
|
||||
call :set_dir git.exe
|
||||
if exist !dir! goto git_found
|
||||
|
||||
Reference in New Issue
Block a user