# 常见问题

- [如何配置多个提交用户？](https://gb.yekai.net/questions/git-config-user.md)
- [如何撤销修改？](https://gb.yekai.net/questions/revert.md)
- [遇到冲突了怎么解决？](https://gb.yekai.net/questions/conflict.md)
- [如何配置 git merge tool？](https://gb.yekai.net/questions/mergetool.md)
- [fetch pull merge rebase 的关系](https://gb.yekai.net/questions/fetch-vs-pull.md)
- [分支操作流示例](https://gb.yekai.net/questions/gitflow.md)
- [其他问题汇总](https://gb.yekai.net/questions/others.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://gb.yekai.net/questions.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.
