Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 16 additions & 17 deletions exercises/sample-document.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,51 +2,50 @@

> ⚠️ **Chú ý:** File này cố tình có lỗi để sinh viên luyện tập sửa. Đây là bài tập 2.

##Giới thiệu về GitHub
## Giới thiệu về GitHub
GitHub là một platform phát triển phần mềm rất phổ biến.

### Các tính năng chính

* Repository hosting
- Issue tracking
* Pull requests
- Repository hosting
- Issue tracking
- Pull requests
- Actions (CI/CD)

### Links hữu ích
- [Trang chủ GitHub](https://github.com)
- [Docs](https://docs.github.com)
- [Link bị hỏng](htps://broken-link.com)
- [Google](https://www.google.com)

###Code Example
### Code Example

Đây là ví dụ JavaScript:
Đây là ví dụ ```JavaScript:

```
function hello() {
console.log("Hello World!");
}
```

## Image Example

!(GitHub Logo)[https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png]
![GitHub Logo](https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png)

### Bảng so sánh Git vs GitHub

| Tính năng | Git | GitHub
|----------|-----|--------|
Version Control | ✅ | ✅
Remote Repository | ❌ |
| Issue Tracking | ❌ | ✅ |
Pull Requests | ❌ | ✅
| Tính năng | Git | GitHub |
|-------------------|------|--------|
| Version Control | ✅ | ✅ |
| Remote Repository | ❌ | |
| Issue Tracking | ❌ | ✅ |
| Pull Requests | ❌ | ✅ |

####Kết luận
#### Kết luận

Git và GitHub là công cụ không thể thiếu cho developer hiện đại.

**Để tìm hiểu thêm:**
1. Đọc documentation
2 Làm tutorial
2. Làm tutorial
3. Practice với project thực tế

> **Ghi chú**: File này được tạo để luyện tập sửa lỗi Markdown!