Batch git pusher.
Install the DMD 2 compiler (using the MinGW setup option on Windows).
Build the executable with the following command line :
dmd -m64 gip.d
gip <branch name> <maximum commit size> <commit message>
gip master 100 "added initial version"
Push changes on the master branch using commits of maximum 100 megabytes.
1.0
Eric Pelzer (ecstatic.coder@gmail.com).
This project is licensed under the GNU General Public License version 3.
See the LICENSE.md file for details.