Last updated 3 years ago
A commit is associated with a version of code. Typically commits are done every time a new feature is added or an update to an existing one. It is good practice to provide a description of the feature that was added or updated.
git commit -m "feature description"