Skip to main content
Diversion Documentation home page
Search...
⌘K
Support
Login
Login
Search...
Navigation
Commit & Branch Commands
log
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
Organization management
Work with Unreal Engine
Unreal Engine Plugin
UE Plugin - Solving Merge Conflicts With Diversion
Set up Horde with Diversion (Windows, UE5 Source)
Reference
Core Concepts
Asset Preview
Unity Best Practices with Diversion
CI/CD
Webhooks
Pause/Resume sync
The .dvignore file
Selective Sync
CLI Reference
Overview
Repository Commands
Workspace Commands
Commit & Branch Commands
commit
branch
log
diff
merge
merge-preview
revert
revert-to-commit
cherry-pick
reset
clean
tag
Collaboration Commands
File Commands
Advanced Commands
Utility Commands
Commit & Branch Commands
log
Get the latest commits
You use the log command to get the list of commits in your repository. Optionally, you can indicate the number of results you want to get displayed in the terminal using the
-n <num_results>
parameter.
Copy
Ask AI
dv
log
[-n
<
num_result
s
>
]
An example of fetching the last ten commits is:
Copy
Ask AI
dv
log
-n
10
branch
diff
⌘I