I have a private github repository with LFS enabled and some files already stored in LFS. As github's LFS bandwidth is rather limited (1GB of download a month on free plan), I have recently started switching to a self hosted gitea server, but for legacy automation reasons, I still need to push new commits to github.
Now I'm wondering, is there a way to only push the LFS link files to github and not the binary objects themselves, while retaining the ability to push LFS normally to my private gitea remote (the local cloned repository currently has 2 remotes set)? In my googling I've only found how to disable LFS for remotes that don't support it (github obviously does) or how to completely get rid of LFS in a repo, none of which sadly help my problem.