# 简介

这是我学习git做的笔记，git是在廖雪峰的网站上学习的。因为去看python时，看到他的网站下有git资料，就认真学习了一遍，提取了一下重要的点，详细教程可以去他的网站下查看。

[廖雪峰git教程](https://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000)

[《 git教程 》(gitbook)](https://learn-git.gitbook.io/git/)

[《 git教程 》(github pages托管)](https://itswl.github.io/learn_git/)


---

# 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://learn-git.gitbook.io/git/master.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.
