bell notificationshomepageloginedit profileclubsdmBox

10.01% popularity   0 Reactions

When software such as Calibre is used to generate epub, what version control is available? To my understanding, git can be made to work with word processors by jumping through hoops. Perhaps there are similar options for ebooks?

See also:
stackoverflow.com/q/22583856/262852


Free books android app tbrJar TBR JAR Read Free books online gutenberg


Load Full (1)

Login to follow story

More posts by @Kelli

1 Comments

Sorted by latest first Latest Oldest Best

10% popularity   0 Reactions

Git can be used, but if you use with epub, or any other kind of archive files then you will not get a meaningful diff between versions, just store each version of the ebook. You can use Git wit literally everything, but if it is not like a simple text file, the diff will fail.

Also, you can set Git LFS for such kind of files as ebooks, it has the advantage that it will not download every version of the files when somebody clones it, just the latest version.


Free books android app tbrJar TBR JAR Read Free books online gutenberg


Load Full (0)

 

Back to top