Diversion Documentation home page
Search...
⌘K
Ask AI
Support
Login
Login
Search...
Navigation
CMD Reference
log
Documentation
API Reference
Blog
Community
Getting started
Quickstart
Basic Usage
Concepts
Unreal Engine
CMD Reference
Overview
branch
cd
clone
commit
checkout
diff
feedback
help
import
init
invite
ls
log
login
logout
merge
merge-preview
repo
reset
revert
share
status
support
tag
unregister
update
verify
view
workspace
CI/CD
Webhooks
CMD Reference
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
ls
login
Assistant
Responses are generated using AI and may contain mistakes.