Demo: Committing Code to CodeCommit Repository

Learn and practice how to commit the changes to the repository.

Now that we've cloned an empty repository, it's time to add content. When we clone a remote repository, Git creates a repository in the local machine.

Commit changes to the repository using Git

Committing changes to the remote repository is always a three-step process:

  1. Add new/modified files to the local repository.

  2. Commit the changes to the local repository.

  3. Push the changes from the local repository to the remote repository.

Get hands-on with 1200+ tech skills courses.