Skip to content

Latest commit

History

History
33 lines (18 loc) 路 666 Bytes

File metadata and controls

33 lines (18 loc) 路 666 Bytes

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}}"

  • 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