https://github.com/senselogic/gip
Batch git pusher.
https://github.com/senselogic/gip
Last synced: 4 months ago
JSON representation
Batch git pusher.
- Host: GitHub
- URL: https://github.com/senselogic/gip
- Owner: SenseLogic
- License: gpl-3.0
- Created: 2024-05-12T20:00:54.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-15T18:58:23.000Z (about 1 year ago)
- Last Synced: 2025-01-17T09:22:12.163Z (5 months ago)
- Language: D
- Size: 85 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README

# 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.