# Git

- [Windows Terminal、PowerShell 安裝](https://docs.xiwind-corp.com/tech/git/windows-terminalpowershell-an-zhuang.md)
- [Git 開始使用](https://docs.xiwind-corp.com/tech/git/git-kai-shi-shi-yong.md): Git是一個強大的分散式版本控制系統，因其能夠追蹤變更、管理 Code repositories 和促進協作而在開發者中間廣受歡迎。文將引導您開始使用Git，創建遠端儲存庫，並特別介紹如何從版本控制中排除Visual Studio的“.vs”文件夾。
- [Branch 入門](https://docs.xiwind-corp.com/tech/git/branch-ru-men.md)
- [合併多個 Commit , 編輯](https://docs.xiwind-corp.com/tech/git/he-bing-duo-ge-commit-bian-ji.md): 我們深入探討每位開發人員都應該掌握的基本 Git 技巧。包括：合併多個提交、編輯提交和 Interactive rebase 等。逐步了解如何優化您的 Git 工作流程，有效地結合多個提交、精煉提交消息以及利用 Interactive rebase 的強大功能。
- [額外功能](https://docs.xiwind-corp.com/tech/git/e-wai-gong-neng.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://docs.xiwind-corp.com/tech/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.
