Skip to content

Latest commit

 

History

History

microtask2

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

For Microtask 2, I have made the python script to run perceval command with git backend and github backend. With git as backend the script is git-backend and when github is backend the script is github-backend. The github-backend script on execution gives output the usernames of all the persons who made commit on the repo and git-backend gives output the number of commits that are made alond with their date and time.

Output:

  • Using Git Backend:
    Command : python git-backend.py

git-backend

  • Using Github Backend:
    Command : python github-backend.py

github-backend