How to push only non-lfs files onto github repository. #144975
Replies: 1 comment
-
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Question
Body
I have an issue with git LFS on Github for quite some time now, as it is now full. I start looking for a way to mitigate this issue. But I still don't fully understand how git LFS works. So I'm stuck at where I am now. I don't really sure if I use git LFS as its intention or not. As I put all binary files inside my repos. I know I shouldn't do that, but I am the only one using it. So it should be fine.
My original idea for mitigating this issue is by doing local git hosting. the repository will have 2 remotes,
origin
, andlfs
.origin
will point to my github repos. Andlfs
will point to my internal disk, like this.This is my configuration (I config them based on my existing repos):
And I suppose I was done.
But it doesn't actually solve the problem. Normally, I use
git push
to push toorigin
, andgit push lfs
to push tolfs
. But when I usegit push
, It still also push git lfs over to github. Which isn't what I want.Any ideas? I want to do this so bad but it doesn't work as I wish it does. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions