> For the complete documentation index, see [llms.txt](https://alanmpan.gitbook.io/git-learning/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://alanmpan.gitbook.io/git-learning/git/03.-shi-yong-git-de-fang-shi.md).

# 03.使用Git的方式

使用 Git 的方式有三种，分别是命令行、图形化软件以及IDE集成环境。

## 命令行

使用 git 命令与 Git 交互

![3-1终端.png](/files/ePwcrjGgcDV2THxY6M7r)

## 图形化软件

使用图形化软件与 Git 交互，例如 [Sourcetree](https://www.sourcetreeapp.com/)

![3-2sourcetree.png](/files/fqadR8kFhK6ng7YrP7lO)

还有很多图形化软件，请查看 <https://git-scm.com/downloads/guis>

## IDE

![3-1\_IDE\_VSCode.png](/files/uGu2YTYiMP5lC5oVKC7S)

## 另外推荐安装两个软件

1. WIndows Terminal，在微软应用商店就可以下载。
2. [VScode](https://code.visualstudio.com/)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://alanmpan.gitbook.io/git-learning/git/03.-shi-yong-git-de-fang-shi.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
