Thanks for looking. I am wondering how BitBucket handles the scenario below:
In this scenario, would the LFS blob be automatically updated in repository A?
Copy pasted from SO:
This is a known issue, see current limitations for Git LFS with Bitbucket. I also hope Bitbucket (and Github!) is going to improve this.
Consequences:
How to sync the LFS files:
export GIT_LFS_SKIP_SMUDGE=y
git clone <address of your fork>
git lfs fetch --all <upstream>
git lfs push --all <fork>
git lfs fetch <fork>
git lfs push <upstream>
If there is a better workflow than this, please let me know. This is a serious limitation of the Bitbucket LFS handling.
https://stackoverflow.com/questions/55359067/what-is-the-workflow-for-git-lfs-with-forks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.