📄️ Commit
Developers can view a history list of each code commit.
📄️ Cherry-pick
The git cherry-pick command can apply the specified commit to other branches.
📄️ Revert
The function of the git revert command is to undo an operation and roll back the previous commit with a new commit.