This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
::--------------------------------------------------------------------- | |
:: A windows executable batch file that exports (checkout-index) the | |
:: current HEAD of a git repository to a specified directory. | |
:: - Uses relative directory access in case full path is not supplied. | |
:: - Exports contents to an "/export" directory inside the repository if no | |
:: argument is supplied | |
:: - Creates the entered directory if it does not yet exist | |
:: Dependencies: GitBash | |
:: madbarua;20180920 | |
::--------------------------------------------------------------------- |