• Commits are snapshots of contents and changes to repository
  • With every user commit information is saved and stored
  • Meta information includes
  • who committed the change
  • the date and time of the commit
  • changes made as part of the commit
  • Can add tags to commits, to easily identify commits.
  • In CodeCommit, can:
    • Review commits.
    • View the history of commits in a graph.
    • Compare a commit to its parent or to another specifier.
    • Add comments to commits and reply to comments made by others.
  • use CodeCommit console to browse history of commits to a repository.
  • Can also view a graph of commits in repository and its branches over time.
Menu