Update git-cmd.bat
commit1b8d09c5468fa7b09852f043c4f550a82d23b4cb
authorAlex Manekovskiy <manekovskiy@gmail.com>
Thu, 19 Feb 2015 11:56:30 +0000 (19 13:56 +0200)
committermanekovskiy <manekovskiy@gmail.com>
Thu, 19 Feb 2015 16:20:12 +0000 (19 18:20 +0200)
tree0b603e8bd50f06e99013a765ac1bd12b33f7b8f5
parent96e1f5b9fcb625f02b7b2fd49ac7c75d3ba5e6b8
Update git-cmd.bat

Replaced @start with @call so this batch could be used to start msysgit in console emulators like Console2 or ConEmu.

Here is an excerpt from TechNet Command Line help:

Call:
Calls one batch program from another without stopping the parent batch program. The call command accepts labels as the target of the call. Call has no effect at the command-line when used outside of a script or batch file.
(Source: https://technet.microsoft.com/en-us/library/bb491005.aspx)

Start:
Starts a separate Command Prompt window to run a specified program or command. Used without parameters, start opens a second command prompt window.
(Source: https://technet.microsoft.com/en-us/library/bb491005.aspx)
git-cmd.bat