GitFun
A Simplified Automated CLI tool for GIT, It's for Lazy Developers and Newbies
Table of contents
Installation
It's simple step to install
Pre-requisites:
- Python > = 3.7
- Python Package Installer(PyPI)
pip install gitfun
Usage
For initial push to the remote Repository
fun initpush -url
Development
for development setup
- clone the repository
git clone https://github.com/astaqc/gitfun.git
- Create a virtualenv
python3 -m virtualenv
- Activate the virtualenv
source venv_name/bin/activate
4.Install the setup file
python setup.py install
pip install -e .
Contribute
Check out the Contribute.md
Sponsor
Adding new features or fixing bugs
Check out the Issue Template for reporting the bugs
Check out the Feature Request Template for feature request
License
Check out the MIT License