> ## Documentation Index
> Fetch the complete documentation index at: https://docs.diversion.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# show

> Show commit details

The `show` command displays details for a specific commit.

```bash theme={null}
dv show [ref]
```

`[ref]` is a branch name, branch ID, commit ID, or tag ID. If omitted, shows details for the current commit.

For example, to view the current commit:

```bash theme={null}
dv show
```

To view a specific commit:

```bash theme={null}
dv show abc123
```
