About git log, git stat and github data analysis

Published: 05 November 2024
on channel: Alexey Bakhirev
1,409
69

A public speech from the SPb Python meeting on git log and its analysis.

git log is a command in the version control system to view the commit history. It outputs a lot of text and it is inconvenient for analysis. The easiest way to view the history is to visualize the data.

We will consider an analogue of the git stat package (https://github.com/bakhirev/assayo ) to solve this problem.

With this package, we can view:
— the list of tasks;
— schedule and composition of releases;
— list of sub-contractors;
— the cost of development;
— the composition of the team;
— possible location of employees;
— etc.;

Online version: https://bakhirev.github.io/
GitHub: https://github.com/bakhirev/assayo

NodeJS: npx assayo
PHP: composer require bakhirev/assayo
Python: pipx install assayo
Ruby: gem install assayo


On this page of the site you can watch the video online About git log, git stat and github data analysis with a duration of online in good quality, which was uploaded by the user Alexey Bakhirev 05 November 2024, share the link with friends and acquaintances, this video has already been watched 1,409 times on youtube and it was liked by 69 viewers. Enjoy your viewing!