Skip to content
Open
Changes from 1 commit
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

> Next-generation open source version control system by Epic Games.
Comment thread
Piratebird marked this conversation as resolved.
Outdated
> Optimized for projects combining code with large binary assets.
> More information: <https://lore.org>.
Comment thread
Piratebird marked this conversation as resolved.
Outdated

- 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 and switch to a new branch:

`lore checkout -b {{branch_name}}`
Comment thread
Managor marked this conversation as resolved.
Outdated

- Start a local server in demo mode:

`lore server --demo`
Comment thread
Managor marked this conversation as resolved.
Outdated

- Display help:

`lore {{--help|help}}`
Comment thread
Piratebird marked this conversation as resolved.
Outdated

- Display version:

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