I am acctualy trying to convert my git repository to git-lfs. I downloaded the bitbucket test server, created a repository and enabled lfs in the options of the repo and the server. If i call git-lfs to track "*.psd" files, it works fine. If i push .psd files they are stored in the git lfs location.The problem is, if i push an exsisting repository(clientside) into an empty git-lfs repo, the files are not stored inside the git-lfs storage. However, if i push another .psd file after that, it works fine.
Do you guys have a good idea how to conver my repo to git-lfs ? I have to keep the history etc. as it is. I also saw some guides on that, but nothing rly worked vor me. I was looking at git-lfs-migrate, another script and some other things. Nothing of this was pushing the tracked files to the lfs dir. directory
Thanks for helping me out !
Frossy