Fixing links and standardising titles

This commit is contained in:
Kalyanasundaram Somasundaram
2020-11-23 20:16:23 +05:30
parent bf2c85d6b0
commit da2599ebe5
19 changed files with 63 additions and 73 deletions

10
courses/git/conclusion.md Normal file
View File

@@ -0,0 +1,10 @@
## What next from here?
There are a lot of git commands and features which we have not explored here. But with the base built-up, be sure to explore concepts like
- Cherrypick
- Squash
- Amend
- Stash
- Reset

View File

@@ -16,9 +16,7 @@ As an engineer in the field of computer science, having knowledge of version con
Advanced usage and specifics of internal implementation details of Git.
## Course Content
### Table of Contents
## Course Contents
1. [Git Basics](https://linkedin.github.io/school-of-sre/git/git-basics/#git-basics)
2. [Working with Branches](https://linkedin.github.io/school-of-sre/git/branches/)

View File

@@ -40,13 +40,3 @@ this is from pre commit hook # <===== THE MESSAGE FROM HOOK EXECUTION
1 file changed, 1 insertion(+)
create mode 100644 sample.txt
```
## What next from here?
There are a lot of git commands and features which we have not explored here. But with the base built-up, be sure to explore concepts like
- Cherrypick
- Squash
- Amend
- Stash
- Reset