Skip to content

Commit e27134e

Browse files
authored
Create git README.md
1 parent d3b9fd4 commit e27134e

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

git/README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
## Git
2+
3+
**Table of Content**
4+
5+
- [Introduction](#introduction)
6+
- [Advanced](#advanced)
7+
- [Book](#book)
8+
9+
### Introduction
10+
11+
Git is the free and open source distributed version control system.
12+
13+
* [Github Git Cheat Sheet](https://github.github.com/training-kit/downloads/github-git-cheat-sheet/)
14+
15+
### Advanced
16+
17+
* [Git Cheat Sheet (advanced)](https://dev.to/maxpou/git-cheat-sheet-advanced-3a17)
18+
* [What's happens when you `git commit`](https://dev.to/maxpou/what-s-happens-when-you-git-commit-59n7)
19+
* [How to Write Good Commit Messages: A Practical Git Guide](https://www.freecodecamp.org/news/writing-good-commit-messages-a-practical-guide/)
20+
* [Introduction to GitLab Flow](https://docs.gitlab.com/ee/topics/gitlab_flow.html)
21+
* [[Video] Git It? How to use Git and Github](https://www.youtube.com/watch?v=HkdAHXoRtos)
22+
23+
### Book
24+
25+
* [Pro Git](https://git-scm.com/book/en/v2)

0 commit comments

Comments
 (0)