From 847274cf22038a314b6111455b04449ee9942419 Mon Sep 17 00:00:00 2001 From: s-shah-coder Date: Thu, 22 Dec 2022 10:37:11 +0000 Subject: [PATCH] Completed Day 37 exercises - added comments to Day 37 --- Days/day37.md | 6 ++++-- README.md | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Days/day37.md b/Days/day37.md index 8f2c54b..f8bfcb2 100644 --- a/Days/day37.md +++ b/Days/day37.md @@ -1,8 +1,8 @@ --- -title: '#90DaysOfDevOps - Gitting to know Git - Day 37' +title: "#90DaysOfDevOps - Gitting to know Git - Day 37" published: false description: 90DaysOfDevOps - Gitting to know Git -tags: 'DevOps, 90daysofdevops, learning' +tags: "DevOps, 90daysofdevops, learning" cover_image: null canonical_url: null id: 1048707 @@ -169,3 +169,5 @@ I have taken these from [atlassian](https://www.atlassian.com/git/tutorials/atla - [Git cheatsheet](https://www.atlassian.com/git/tutorials/atlassian-git-cheatsheet) See you on [Day 38](day38.md) + +# Completed Daily exercises - Git cheatsheet, git help documentation, git ecosystem diff --git a/README.md b/README.md index 5499c15..714298d 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ The quickest way to get in touch is going to be via Twitter, my handle is [@Mich - [✔️] 📚 35 > [The Big Picture: Git - Version Control](Days/day35.md) - [✔️] 📚 36 > [Installing & Configuring Git](Days/day36.md) -- [] 📚 37 > [Gitting to know Git](Days/day37.md) +- [✔️] 📚 37 > [Gitting to know Git](Days/day37.md) - [] 📚 38 > [Staging & Changing](Days/day38.md) - [] 📚 39 > [Viewing, unstaging, discarding & restoring](Days/day39.md) - [] 📚 40 > [Social Network for code](Days/day40.md)