sentenz / convention

General articles, conventions, and guides.
https://sentenz.github.io/convention/
Apache License 2.0
4 stars 2 forks source link

Modify article about `Commit Message Guide` with AI #278

Open sentenz opened 8 months ago

sentenz commented 8 months ago

Committing Guide

Committing a commit message in version control systems involves finalizing changes made in the working directory and recording them in the local repository. This action creates a unique identifier (commit hash) for the snapshot of the project at that point. The commit includes metadata such as authorship details, timestamp, and a commit message documenting the purpose of the changes. The commit is a fundamental unit for tracking project history and facilitates collaboration in software development by providing a stable reference for changes.

sentenz commented 8 months ago

Rename Commit Message Guide to Committing Guide