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.
- Host: GitHub
- URL: https://github.com/sumonta056/github-tutorial
- Owner: Sumonta056
- Created: 2022-09-02T13:49:26.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-08T01:59:23.000Z (over 1 year ago)
- Last Synced: 2025-03-30T03:11:55.956Z (8 months ago)
- Topics: begineer, git, github, learning, markdown
- Homepage: https://sumonta056.github.io/GitHub-Tutorial/
- Size: 1.41 MB
- Stars: 14
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: Readme Design/Readme_Documentation.md
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 ?

## 👉 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