Welcome to the H33-DevOps GitHub repository! This repository contains folders for all the projects for the H33 Devops course.
To get started with the H33-DevOps repository on your local machine, follow the instructions below based on your operating system.
-
Clone the Repository: Open a command prompt or Git Bash terminal.
git clone https://github.com/your-username/h33-devops.git
-
Navigate to the Repository: Change your working directory to the cloned repository.
cd h33-devops
-
Commit and Push Changes: After making changes, commit them with a descriptive message.
git add . git commit -m "Add descriptive message about your changes"