> For the complete documentation index, see [llms.txt](https://til.duyet.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://til.duyet.net/unix/git-pretty-git-branch-graphs.md).

# Git - Pretty git branch graphs

```bash
git log --all --decorate --oneline --graph
```

Result:

```bash
....
| * 5fe09a2 Update README.md
| * 67feb9d Create ci.yml
| * 17ccd2e remove circleci
| * aab9865 circleci - remove docker_layer_caching
| * 48f3f19 Bump to Airflow 1.10.6
| | *   5404764 (origin/1.10.6) Merge pull request #4 from duyetdev/master
| | |\
| |/ /
|/| |
| | * 177af87 Update README.md
| |/
|/|
* |   c0b1a5b (tag: 1.10.6, 1.10.6) Merge pull request #2 from duyetdev/airflow-1.10.6
|\ \
| * | 63c9e0a (origin/airflow-1.10.6, airflow-1.10.6) Update README
|/ /
* |   fbd78e2 Merge pull request #3 from duyetdev/master
|\ \
| * | 74f2d63 Update config.yml
| * | 6a38d88 Update README.md
* | | 393f242 Update README.md
.....
```

Tips:

> "**A Dog**" = git log --**a**ll --**d**ecorate --**o**neline --**g**raph


---

# 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:

```
GET https://til.duyet.net/unix/git-pretty-git-branch-graphs.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.
