git - Multiple Folder Cloud Sync -
i mod , map creator , want work on mods @ multiple pcs. unfortuantely cloud syncing tools allow single folder (dropbox folder, googledrive folder), modding tools want files in specific location (e.g. ...documents/awesomecompany/awesomegame/mods or appdata/anothercompany/maps).
i don't want move files around everytime, when finish working. preferably have git, can call git init in "...documents/awesomecompany/awesomegame/mods" , push/pull files whenever needed.
well, why don't use git? because git not optimized binary files , if change files, repository grow needlessly large. enough me store recent version in cloud. have checked git annex, git media , git lfs, if understand correctly, add-on must installed on server? , honest, posts i've read, don't quite understand do, seems don't upload files except tell them to? , i'm not sure if keep 1 copy/history version of file?
to sum up: there convenient way synchronize folders binary files @ arbitrary locations on multiple pcs? (i don't need version history or multiple users can work on files simultaneously, because work on these projects alone.)
thanks in advance, greets knittely
Comments
Post a Comment