Skip to content
Open
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions pages/common/lore.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# lore

> Version control system by Epic Games.
> Optimized for projects combining code with large binary assets.
> More information: <https://github.com/EpicGames/lore/blob/main/docs/reference/lore-cli-commands.md>.

- Clone an existing repository:

`lore clone {{https://example.com/path/to/repository}}`

- Display the state of the working directory and staging area:

`lore status`

- Commit changes with a specific message:

`lore commit {{[-m|--message]}} "{{message}}"`
Comment thread
Managor marked this conversation as resolved.
Outdated

- Create a new branch:

`lore branch create {{branch_name}}`

- Start a service for a repository:

`lore service start`

- Display help:

`lore help`

- Display version:

`lore --version`
Comment thread
Managor marked this conversation as resolved.
Loading