From b1d3a7d2a38678b70976e27dab2007f70c6df8d8 Mon Sep 17 00:00:00 2001 From: Chris Williams Date: Sun, 12 Mar 2023 13:26:28 -0400 Subject: [PATCH] add git links to day 54 --- 2023/day54.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2023/day54.md b/2023/day54.md index 00ed8fd..eba936d 100644 --- a/2023/day54.md +++ b/2023/day54.md @@ -15,7 +15,7 @@ Some key features of AWS CodeCommit include: - Highly scalable and available, with automatic backups and failover capabilities - Integration with other AWS developer tools like AWS CodePipeline and AWS CodeBuild -In order to effectively leverage CodeCommit, you of course need to know how to use Git. +In order to effectively leverage CodeCommit, you of course need to know how to use Git. There are [many](https://www.youtube.com/playlist?list=PL2rC-8e38bUXloBOYChAl0EcbbuVjbE3t) [excellent](https://youtu.be/tRZGeaHPoaw) [Git](https://youtu.be/USjZcfj8yxE) [tutorials](https://youtu.be/RGOj5yH7evk) out there, (and that's not my section anyway 😉) so I won't go into that myself. Overall, AWS CodeCommit is a powerful tool for teams that need to collaborate on code, manage their repositories securely, and streamline their development workflows.