Using AWS Code Commit
Making sure the AWS CLI is proper installed in the computer
|
|
It should show your account information
|
|
Ensure CodeCommit is installed
|
|
Setting up your CodeCommit repository
Create CodeCommit repository
|
|
Initialize a new git repository
|
|
Add your CodeCommit repository as a remote
|
|
After all the configuration is done you can run the common Git commands like Push the code to your new CodeCommit repository
|
|