# Git 进阶指南

## Git 进阶指南

- [前言](https://gb.yekai.net/master.md)
- [Git SSH Keys 配置](https://gb.yekai.net/concepts/ssh-keys.md)
- [Git Alias Cheat Sheet](https://gb.yekai.net/concepts/git-alias.md)
- [origin 与 upstream](https://gb.yekai.net/concepts/origin-vs-upstream.md)
- [Git Stash 与 gwip](https://gb.yekai.net/concepts/stash-vs-gwip.md)
- [Git Tag 与 Describe](https://gb.yekai.net/concepts/git-tag.md)
- [Subtree 与 Submodule](https://gb.yekai.net/concepts/subtree-vs-submodule.md)
- [Cherry Pick 的使用场景](https://gb.yekai.net/concepts/cherry-pick.md)
- [如何配置多个提交用户？](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
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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://gb.yekai.net/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.
