Open CocytusDEDI opened 3 months ago
previous
: a list of immediate previous versionsnext
: a list of immediate next versionscontents
: the compressed contents of that version.{file_name}_version_control/versions
current_version
file to the latest version in that branchcurrent_version
. This change makes the version control file more readable for anyone who wishes to do so.previous
and next
instead of parent
and child
is also to make the file system more readable to inexperienced users that want to look through the version control manually (not that it's suggested they should)current_version
filenext
of the current_version
Specification
.{file_name}_version_control
folder per filefile_name
includes the extension of the file.{file_name}_version_control/versions
.{file_name}_version_control
Clarification