Creating Repositories with AWS CodeCommit
In this chapter, you will learn about version control system (VCS) and how they help us to manage our code effectively. You will cover the Git VCS and examine the selection of Git-based VCS available. You will understand some of the basic commands you need to know to manage a Git repository. This chapter focuses on the AWS CodeCommit service and its benefits. As we progress, we’ll be committing the sample application code we developed in Chapter 3, to the newly created CodeCommit repository we’ll be creating in this chapter.
In this chapter, we will be covering the following topics:
- What is a VCS
- Introduction to Git
- What is CodeCommit?
- Creating and managing CodeCommit repositories
- Checking in a sample application to CodeCommit
- Migrating GitHub repositories to CodeCommit
A developer’s life revolves around code. All of us who have worked as developers at some point in our careers have...