/GIP

Batch git pusher.

Primary LanguageDGNU General Public License v3.0GPL-3.0

Gip

Batch git pusher.

Installation

Install the DMD 2 compiler (using the MinGW setup option on Windows).

Build the executable with the following command line :

dmd -m64 gip.d

Command line

gip <branch name> <maximum commit size> <commit message>

Examples

gip master 100 "added initial version"

Push changes on the master branch using commits of maximum 100 megabytes.

Version

1.0

Author

Eric Pelzer (ecstatic.coder@gmail.com).

License

This project is licensed under the GNU General Public License version 3.

See the LICENSE.md file for details.