An open API service indexing awesome lists of open source software.

https://github.com/senselogic/gip

Batch git pusher.
https://github.com/senselogic/gip

Last synced: 4 months ago
JSON representation

Batch git pusher.

Awesome Lists containing this project

README

        

![](https://github.com/senselogic/GIP/blob/master/LOGO/gip.png)

# Gip

Batch git pusher.

## Installation

Install the [DMD 2 compiler](https://dlang.org/download.html) (using the MinGW setup option on Windows).

Build the executable with the following command line :

```bash
dmd -m64 gip.d
```

## Command line

```bash
gip
```

### Examples

```bash
gip master 100 "added initial version"
```

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

## Version

1.0

## Author

Eric Pelzer ([email protected]).

## License

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

See the [LICENSE.md](LICENSE.md) file for details.