Back

Epic Games announces Lore version control system

24 points35 minuteslore.org
bel827 minutes ago

repo: https://github.com/EpicGames/lore

Looks very git-ish. But probably better equipped for large binary files.

    echo "Hello, Lore" > hello.txt

    lore stage hello.txt

    lore status --scan

    lore commit "Initial revision"

    lore push
bachittle27 minutes ago

this looks cool for game development, because using Git for projects in Unity and Unreal Engine definitely has it's issues. I'm personally not a fan of Git LFS, especially since GitHub charges you to use it (which makes sense, binaries and assets are big, code is small, relatively speaking).

gbraad27 minutes ago

What makes lore better or worth considering... when svn and git never failed me...

hootz25 minutes ago

Apparently, how it handles binaries when developing games.

headwayoldest30 minutes ago

How long before Epic starts giving away other software and suing git to support lore?

glouwbug24 minutes ago

I can’t remember the last time anyone actually played the game they got for free on epic’s store

UltimateEdge29 minutes ago

Ahah, the second and third links on the page are to GitHub

echoangle26 minutes ago

Well it seems to be intended for repos with large blobs like video games so it kind of makes sense that their own pure source code is still managed with git.

moralestapia27 minutes ago

What a waste of a phenomenal domain name.

Razengan26 minutes ago

My first thought exactly :(