An open API service indexing awesome lists of open source software.

https://github.com/andersonbosa/git_audit_go

Extract commit data from Git log to CSV. Includes hash, timestamp, and author details. Helps analyze activity patterns and improve team efficiency.
https://github.com/andersonbosa/git_audit_go

beginner go scripting show

Last synced: about 14 hours ago
JSON representation

Extract commit data from Git log to CSV. Includes hash, timestamp, and author details. Helps analyze activity patterns and improve team efficiency.

Awesome Lists containing this project

README

          

Project banner





About
Technologies
Getting Started
Contribution
License

---

💬 About

This project creates a CSV file from a Git repository's commit log. It extracts commit information within a specified time frame, including commit hash, date and time, author name, and author email.

The resulting CSV file is particularly useful for tracking and analyzing commit activity outside of standard working hours. This can help identify work patterns and improve team efficiency.

🛠️ Technologies

* [Go language](#)
* [Git](#)
* [CSV](#)

🚶 Getting Started

* Checkout the [documentation](docs/getting-started.md)

🚀 Deploy

* Distributed here, in [Github](https://github.com/andersonbosa/git_audit_go)

🤝 Contribution


This project is for study purposes too, so please send me a message telling me what you are doing and why you are doing it, teach me what you know. All kinds of contributions are very welcome and appreciated!

📝 License

This project is under the [public domain](LICENSE.md) license.

---



Did you like the repository? Give it a star! 🤩


GitHub Repo stars