#90daysofdevops
Read more stories on Hashnode
Articles with this tag
Launching my initial project in which we plan to employ GitHub Actions for (CI/CD), along with utilizing an S3 bucket for storage and Docker for...
Install GitHub Desktop desktop.github.com Git for All Platforms git-scm.com Configuring Git $ git config --global user.name "[name]"Sets the name you...
Task 1: Create a Terraform configuration file to define a resource of the AWS EC2 instance Here is a Terraform configuration file to define a...
1.Git Branching Git branching is a powerful feature that enables developers to work on isolated instances of source code in parallel. It allows teams...
1.What is Git and why is it important? Git is a distributed version control system that is widely used in software development to manage source code...
1.What is Git? Git is a free and open-source distributed version control system designed to track changes in source code over time, allowing multiple...