# GIT

- [Git Cheat Sheet: Tổng hợp lệnh Git hữu ích cho người mới bắt đầu và chuyên gia](https://blogs.nhquydev.net/cheat-sheets/git/git-cheat-sheet-tong-hop-lenh-git-huu-ich-cho-nguoi-moi-bat-dau-va-chuyen-gia.md): Git là một hệ thống quản lý phiên bản phân tán (VCS) phổ biến nhất hiện nay. Nó giúp lập trình viên theo dõi thay đổi của mã nguồn và làm việc hiệu quả với nhóm.
- [Hướng Dẫn Toàn Diện về Git](https://blogs.nhquydev.net/cheat-sheets/git/huong-dan-toan-dien-ve-git.md): Hướng Dẫn Toàn Diện về Git: Tài Liệu Chính Thức từ git-scm.com
- [Hướng Dẫn Nhanh về Các Lệnh Git Cơ Bản](https://blogs.nhquydev.net/cheat-sheets/git/huong-dan-nhanh-ve-cac-lenh-git-co-ban.md): Git là một công cụ quản lý mã nguồn mạnh mẽ, nhưng với rất nhiều lệnh và tùy chọn, việc ghi nhớ tất cả có thể là một thách thức.
- [20 lệnh Git hữu ích mọi lập trình viên nên biết](https://blogs.nhquydev.net/cheat-sheets/git/20-lenh-git-huu-ich-moi-lap-trinh-vien-nen-biet.md): Git là công cụ quản lý phiên bản không thể thiếu trong lập trình, giúp theo dõi và quản lý thay đổi trong mã nguồn của các dự án.
- [Cách tối ưu hóa kích thước thư mục .git để cải thiện hiệu suất](https://blogs.nhquydev.net/cheat-sheets/git/cach-toi-uu-hoa-kich-thuoc-thu-muc-.git-de-cai-thien-hieu-suat.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://blogs.nhquydev.net/cheat-sheets/git.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
