Skip to content

Commit d263ac7

Browse files
committed
git: use common template
1 parent f260e6b commit d263ac7

File tree

2 files changed

+55
-4
lines changed

2 files changed

+55
-4
lines changed

topics/git/README.md

+55-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,57 @@
1-
# Basic git command:
1+
## What is Git?
22

3-
[Git Cheat Sheet](https://education.github.com/git-cheat-sheet-education.pdf)
3+
- https://git-scm.com/book/en/v2/Getting-Started-What-is-Git%3F
44

5-
# Sample Git flow (by Kubeternetes)
6-
![Git workflow](https://github.com/kubernetes/community/blob/master/contributors/guide/git_workflow.png)
5+
### Overview
6+
7+
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
8+
9+
### Git workflow
10+
11+
- ![Git workflow](https://github.com/kubernetes/community/blob/master/contributors/guide/git_workflow.png)
12+
13+
### Official website documentation of Git
14+
15+
- https://git-scm.com/
16+
- https://github.com/git-guides
17+
18+
## Prerequisites
19+
20+
- Basic linux command line skill
21+
22+
## Installation
23+
24+
### How to install Git?
25+
26+
- https://github.com/git-guides/install-git
27+
28+
## Basics of Git
29+
30+
### Getting started with Git
31+
32+
- Visit https://git-scm.com/video/get-going for a comprehensive introduction.
33+
34+
### Git Hello World
35+
36+
- Check the [helloworld/](./basic/helloworld/) directory to create a simple Git demo.
37+
38+
## Beyond the Basics
39+
40+
### Hands-On Example
41+
42+
- Explore a practical hands-on example in the [Git hands-on](https://www.elastic.co/guide/en/elasticsearch/reference/current/index.html) for more Git concepts
43+
44+
## More
45+
46+
### Git guides page
47+
48+
- https://github.com/git-guides
49+
50+
### Git cheatsheet
51+
52+
- https://ndpsoftware.com/git-cheatsheet.html
53+
- https://education.github.com/git-cheat-sheet-education.pdf
54+
55+
### Recommended Books
56+
57+
- None

0 commit comments

Comments
 (0)