+1 vote
in AWS CodeCommit by
How do I update files in my repository?

1 Answer

0 votes
by

You can edit your files directly from the CodeCommit console or you can use Git to work with the repository. For example, Git commands, you can use the git clone command to make a local copy of the AWS CodeCommit repository. Make changes to the local files and use the git commit command when you’re ready to save the changes. Finally, use the git push command to upload the changes to the AWS CodeCommit repository.

Related questions

+1 vote
asked Dec 27, 2021 in AWS CodeCommit by sharadyadav1986
+1 vote
asked Jul 26, 2019 in Git Slack Integration by sheetalkhandelwal
...