CodeCommit Flashcards
This is a full managed source control service that enables comanies to host secure and highly scalable private GIt repositories.
Code Commit
___ is an industry standard open source distributed source control system
Git
GIt contains which of the following?
- centralized repo for all your code, binaries, images, and libraries
- tracks and manages code changes
- maintains version history
- manages updates from multiple sources
- enables collaboration
All of the above
T or F
Github
-users can create a copy (known as a branch) of the master repo, which they can work on independently without impacting other users
true
T or F
Github
-saved code changes which are ready to be applied to a repo are known as commits
True
T or F
Github
when the updated code located ina branch is ready to be added to the master repoi, the branch is then merged into the master repo.
True
T or F
Github
AWS code commit provides all the functionality of Git and you can use Git on your local machine to interact with your code commit repo. your data is encrypted in transit and at rest.
true