There was an error while loading. Please reload this page.
1 parent e9ee2a6 commit f78eb5fCopy full SHA for f78eb5f
1 file changed
pages/common/lore.md
@@ -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