mirror of
https://github.com/linkedin/school-of-sre
synced 2026-01-21 07:58:03 +00:00
Fixing links and standardising titles
This commit is contained in:
10
courses/git/conclusion.md
Normal file
10
courses/git/conclusion.md
Normal 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
|
||||
|
||||
@@ -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/)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user