antogit-sys / ginc

ginc is not client !!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GINC

1. Introduction

Ginc, which stands for "ginc is not client," is a Bash script designed to simplify and automate the use of Git, the most popular version control system in the world. With ginc, developers can quickly perform common operations like committing changes and syncing with the remote repository. In addition, ginc offers a range of advanced features, such as the ability to run custom commands before and after a commit and display commit logs in an easily readable format. Ginc has been designed with an intuitive user interface and an elegant code structure, making it easy to use and customize for projects of any size. The project is open-source and available on GitHub, where developers can collaborate and contribute to the ongoing improvement of ginc.


2. Install guide

sudo bash install.sh

press the enter


3. Use

Attention ! it is advisable to start the program in the project directory concerned and to proceed with 2 terminals, one with ginc open and the other to make changes to the project and files; in order to have a flexible use for any eventuality

call ginc:
ginc
example use:

4. Unistall guide

cd ginc/
sudo bash unistall.sh

About

ginc is not client !!

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%