Commit
提示
A commit is a way to record and manage changes to the code, used to document and track modifications to the code. Each code change can be recorded through a commit, along with a message explaining the changes. Commits are saved in version control systems, building a history of the code, allowing you to track the evolution of the code and resolve issues.