Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.11 KB

README.md

File metadata and controls

32 lines (23 loc) · 1.11 KB

H33-DevOps GitHub Repository

Welcome to the H33-DevOps GitHub repository! This repository contains folders for all the projects for the H33 Devops course.

Getting Started

To get started with the H33-DevOps repository on your local machine, follow the instructions below based on your operating system.

Working with the Repo

  • 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"

Resources