Skip to main content
Diversion Documentation home page
Search...
⌘K
Ask AI
Support
Login
Login
Search...
Navigation
Commit & Branch Commands
show
Documentation
API Reference
Blog
Community
Get Started
Introduction
Quickstart
Basic Workflows
Import from Git
Import from Git LFS
Choosing Your Plan
FAQs
Collaborate
Reviews
Conflicts
Permission Modes
Access Levels
Granular Permissions
Organization management
Work with Unreal Engine
Unreal Engine Plugin
UE Plugin - Solving Merge Conflicts With Diversion
Set up Horde with Diversion (Windows, UE5 Source)
Work with Unity
Unity Plugin
Unity Best Practices with Diversion
Integrations
Plugins
Reference
Core Concepts
Asset Preview
CI/CD
Webhooks
Pause/Resume sync
The .dvignore file
Selective Sync
CLI Reference
Overview
Repository Commands
Workspace Commands
Commit & Branch Commands
commit
branch
branch-name
log
show
diff
merge
merge-preview
revert
revert-to-commit
cherry-pick
reset
restore
clean
tag
shelf
Collaboration Commands
File Commands
Advanced Commands
Utility Commands
Commit & Branch Commands
show
Show commit details
The
show
command displays details for a specific commit.
Copy
Ask AI
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:
Copy
Ask AI
dv
show
To view a specific commit:
Copy
Ask AI
dv
show
abc123
log
diff
⌘I