codecommit AWS CodeCommit If you don't already know AWS has it's very own code repository service called CodeCommit. In today's tutorial, you can follow along with me as I setup a repository using
gitlab Playing with CI/CD on Gitlab-CI Part 1 Hey everybody today I'll show you a very rudimentary continuous integration and continuous delivery pipeline using Gitlab's CI process. Think of this a boilerplate or launch platform for future coding
git Git Branches Creating git branches are an integral part of a devops workflow. It allows you and your colleagues to work on a project without affecting the main development branches. Also branches