Skip to content
parsecmonkey edited this page Nov 24, 2021 · 3 revisions

RepoMainForPy

 _____              _____ _                   
|  _  |___ ___ ___ |     |_|___ ___           
|    _|  _| . | . || | | | |   |  _|          
|_|\__|___|  _|___||_|_|_|_|_|_|___| for Py 
          |_|                                 

A sample program for repository mining using GitPython.

Development environment

  • Windows 10
  • Python 3.10.0
  • Git 2.29.2.windows.3
  • GitPython 3.1.24

GitPython install

$ pip install GitPython

Execution method

$ python main.py

Operation commands

help

$ help

display command list

clone

$ clone [repository url]

log

$ log

exit

$ exit

session end

Clone this wiki locally