version control - Can a git repo be told to use the working copy as base data? -
i need apply version control large files (1gb , up). (yes, know i'm doing.) i'm stingy storage space have data on relatively slow dsl line.
as far understand, when create local git repo, files add copied it, end 2 versions of every file: 1 in working copy, , 1 full copy inside local git repo. there no way make git use files in working copy versioning purposes instead, , store deltas in repo when changes occur.
is correct, , there absolutely no way around it?
related: git without local repository
have @ git annex. describes as:
git-annex allows managing files git, without checking file contents git. while may seem paradoxical, useful when dealing files larger git can handle, whether due limitations in memory, time, or disk space.
this looking for.
Comments
Post a Comment