An open API service indexing awesome lists of open source software.

https://github.com/sumonta056/github-tutorial

Your one-stop destination for mastering Git and GitHub. Dedicated to providing comprehensive resources and tutorials, covering everything you need to know and get solutions to common problems you might encounter with Git and GitHub.
https://github.com/sumonta056/github-tutorial

begineer git github learning markdown

Last synced: 7 months ago
JSON representation

Your one-stop destination for mastering Git and GitHub. Dedicated to providing comprehensive resources and tutorials, covering everything you need to know and get solutions to common problems you might encounter with Git and GitHub.

Awesome Lists containing this project

README

          

## 👉 How to Add Heading (1 - 6 Level) ?

# Header

## Header 2

### Header 3

#### Header 4

##### Header 5

###### Header 6


### 👉 How to Add Highlight

I need to highlight these ==very important words==.

## 👉 How to Add Bold, Italic, Sub-Super Script ?

- _Italic_ _Italic_
- **Emphasis** **Emphasis**
- **_Emphasis Italic_** **_Emphasis Italic_**
- Subscript: X2 && H~2~O
- Superscript: O2 && X^2^
- ~~The world is flat.~~
-

## 👉 How to Add Ordered or Unordered List ?

1. First item
2. Second item
3. Third item

- First item
- Second item
- Third item

## 👉 How to Add Horizontal Rule ?

---

## 👉 How to Add Quotess ?

> Blockquotes

## 👉 How to Add Images ?

![](https://i0.wp.com/www.globalemancipation.ngo/wp-content/uploads/2017/09/github-logo.png?ssl=1)

## 👉 How to Create Table ?

| Feature | Description |
| ---------------- | --------------------------------------------------- |
| Headings | Different levels of headings to organize content |
| Paragraphs | Basic text formatting and indentation |
| Lists | Ordered and unordered lists for structured content |
| Links | Internal and external links for navigation |
| Images | Embedding images to enhance visual appeal |
| Code blocks | Highlighting code snippets for programming examples |
| Tables | Presenting data in a structured format |
| Blockquotes | Quoting text or highlighting important points |
| Horizontal rules | Separating sections of content |
| Footnotes | Adding additional information or references |

## 👉 How to Add Code Block ?

`console.log('hello, world!')`

```javascript
function test() {
console.log("look ma’, no spaces");
}
```

```python
def test():
print("look ma’, no spaces")
```

### 👉 How to Add Task List

- [x] Write the press release
- [x] Update the website
- [ ] Contact the media

### Definition List

term
: definition