Skip to content

Commit f78eb5f

Browse files
PiratebirdManagorspageektti
authored
lore: add page (#23778)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Wiktor Perskawiec <wiktor@perskawiec.cc>
1 parent e9ee2a6 commit f78eb5f

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

pages/common/lore.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# lore
2+
3+
> Version control system by Epic Games.
4+
> Optimized for projects combining code with large binary assets.
5+
> More information: <https://github.com/EpicGames/lore/blob/main/docs/reference/lore-cli-commands.md>.
6+
7+
- Clone an existing repository:
8+
9+
`lore clone {{https://example.com/path/to/repository}}`
10+
11+
- Display the state of the working directory and staging area:
12+
13+
`lore status`
14+
15+
- Commit changes with a specific message:
16+
17+
`lore commit "{{message}}"`
18+
19+
- Create a new branch:
20+
21+
`lore branch create {{branch_name}}`
22+
23+
- Start a service for a repository:
24+
25+
`lore service start`
26+
27+
- Display help:
28+
29+
`lore help`
30+
31+
- Display version:
32+
33+
`lore --version`

0 commit comments

Comments
 (0)