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.
- Host: GitHub
- URL: https://github.com/andersonbosa/git_audit_go
- Owner: andersonbosa
- License: cc0-1.0
- Created: 2023-06-22T12:32:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-04T12:02:19.000Z (over 1 year ago)
- Last Synced: 2025-05-18T06:09:26.123Z (5 months ago)
- Topics: beginner, go, scripting, show
- Language: Go
- Homepage: https://andersonbosa.github.io/git_audit_go
- Size: 2.62 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
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! 🤩
![]()