Skip to content

Latest commit

 

History

History
53 lines (23 loc) · 2.29 KB

File metadata and controls

53 lines (23 loc) · 2.29 KB

DevOps _ Version Control System

This repo showcases the second mini project in module 1 of DevOps learning track under 3MTT cohort 3.

DEVOPS MINI PROJECT 2

I cloned a project repository from a central repository – GitHub to my local machine. I created the branches update-navigation and add-contact-info. I updated the navigation bar in index.html and added contact information to the footer of the same file. I pushed the branches to the central repository. I create a pull request (PR) for the branch update-navigation to tell the team that I am done and the code is ready to be reviewed and merged into the main project and update the index.html file on the main project line.

See screen shots below:

  1. Git commands

    Screenshot 2025-03-31 162844

    Screenshot 2025-03-31 163313

clone html page add git request 1 add branch
  1. Github repo actions

    Screenshot 2025-03-31 163706

    Screenshot 2025-03-31 163943

Screenshot 2025-03-31 164041

Screenshot 2025-03-31 164456

Screenshot 2025-03-31 164526

fork html page edit html html file