*PYGIT: A utility to clone source code from repository
Version: 1.0
Author: Pedric Kng
- gitclient (installed separately)
py_git.py [args ...]
Arguments:
Options:
--help Show help
--verbose Print more text
--version Show version.
Installing GitPython is easily done using pip. Assuming it is installed, just run the following from the command-line:
# pip install gitpythonThis command will download the latest version of GitPython from the Python Package Index and install it to your system.
Requires pyinstaller
pip install pyinstallerPackaging
pyinstaller myscript.pyThis utility is free-for-use