There was an error while loading. Please reload this page.
1 parent 5588583 commit e538037Copy full SHA for e538037
1 file changed
pages/common/lore.md
@@ -0,0 +1,33 @@
1
+# lore
2
+
3
+> Next-generation open source version control system by Epic Games.
4
+> Optimized for projects combining code with large binary assets.
5
+> More information: <https://lore.org>.
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 {{[-m|--message]}} "{{message}}"`
18
19
+- Create and switch to a new branch:
20
21
+`lore checkout -b {{branch_name}}`
22
23
+- Start a local server in demo mode:
24
25
+`lore server --demo`
26
27
+- Display help:
28
29
+`lore {{--help|help}}`
30
31
+- Display version:
32
33
+`lore --version`
0 commit comments