Completed Day 36 exercises - added comments to Day 36

This commit is contained in:
s-shah-coder 2022-12-22 10:22:05 +00:00
parent a6e7086fa5
commit 046cf2dccc
2 changed files with 5 additions and 3 deletions

View File

@ -1,8 +1,8 @@
---
title: '#90DaysOfDevOps - Installing & Configuring Git - Day 36'
title: "#90DaysOfDevOps - Installing & Configuring Git - Day 36"
published: false
description: 90DaysOfDevOps - Installing & Configuring Git
tags: 'devops, 90daysofdevops, learning'
tags: "devops, 90daysofdevops, learning"
cover_image: null
canonical_url: null
id: 1048738
@ -152,3 +152,5 @@ Unlike the Client-Server version control model, each developer downloads the sou
- [Complete Git and GitHub Tutorial](https://www.youtube.com/watch?v=apGV9Kg7ics)
See you on [Day 37](day37.md)
# Completed Daily exercises - Installing Git

View File

@ -77,7 +77,7 @@ The quickest way to get in touch is going to be via Twitter, my handle is [@Mich
### Use Git Effectively
- [✔️] 📚 35 > [The Big Picture: Git - Version Control](Days/day35.md)
- [] 📚 36 > [Installing & Configuring Git](Days/day36.md)
- [✔️] 📚 36 > [Installing & Configuring Git](Days/day36.md)
- [] 📚 37 > [Gitting to know Git](Days/day37.md)
- [] 📚 38 > [Staging & Changing](Days/day38.md)
- [] 📚 39 > [Viewing, unstaging, discarding & restoring](Days/day39.md)