### Description For any git actions, record every command. For instance, if the user: - type `git status`, record it. - type `git add ...`, record it. - type `git commit -m "init"`, record it. - etc