Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 469 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 469 Bytes

Desktop Clients for Github Plus

Desktop clients are currently just for easy cloning feature. Powershell script is recommended, Python one has some problems.

Powershell Script

For Powershell app, be sure that git cli is installed. On Windows, install it via Git for Windows.

Python Script

For Python app, you need to install GitPython module.

pip install GitPython