Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 415 Bytes

File metadata and controls

7 lines (4 loc) · 415 Bytes

GitHub Commit

On GitHub, saved changes are called commits. Each commit has an associated commit message, which is a description explaining why a particular change was made. Commit messages capture the history of your changes, so other contributors can understand what you’ve done and why.

See Also

GitHub Commit Documentation