Is there a way to version control (large) files, by keeping them locally? (my 'local', is actually on cloud)
(and show for instance on Github/lab only the commits -- like, by keeping only the checksums of all versions?)
Thanks
Is there a way to version control (large) files, by keeping them locally? (my 'local', is actually on cloud)
(and show for instance on Github/lab only the commits -- like, by keeping only the checksums of all versions?)
Thanks
This wouldn't version control the content of the files, but you could have symlinks to files in your repo and the actual files outside of the repo (For Windows see core.symlinks).