Merge branch 'main' into git-py

This commit is contained in:
Sanket Patel
2020-11-17 16:42:21 +05:30
committed by GitHub
138 changed files with 1823 additions and 102 deletions

View File

@@ -1,6 +1,6 @@
# School Of SRE: Git
# Git
## Prerequisite
## Prerequisites
1. Have Git installed [https://git-scm.com/downloads](https://git-scm.com/downloads)
2. Have taken any git high level tutorial or following LinkedIn learning courses
@@ -8,22 +8,22 @@
- [https://www.linkedin.com/learning/git-branches-merges-and-remotes/](https://www.linkedin.com/learning/git-branches-merges-and-remotes/)
- [The Official Git Docs](https://git-scm.com/doc)
## What to expect from this training
## What to expect from this course
As an engineer in the field of computer science, having knowledge of version control tools becomes almost a requirement. While there are a lot of version control tools that exist today like SVN, Mercurial, etc, Git perhaps is the most used one and this course we will be working with Git. While this course does not start with Git 101 and expects basic knowledge of git as a prerequisite, it will reintroduce the git concepts known by you with details covering what is happening under the hood as you execute various git commands. So that next time you run a git command, you will be able to press enter more confidently!
## What is not covered under this training
## What is not covered under this course
Advanced usage and specifics of internal implementation details of Git.
## Training Content
## Course Content
### Table of Contents
1. Git Basics
2. Working with Branches
3. Git with Github
4. Hooks
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/)
3. [Git with Github](https://linkedin.github.io/school-of-sre/git/github-hooks/#git-with-github)
4. [Hooks](https://linkedin.github.io/school-of-sre/git/github-hooks/#hooks)
## Git Basics