Next time try
git streets-ahead origin
Pop pop!
whats the joke here. Streets ahead is a popular real estate agent here
Please tell me where you are so I can move there immediately.
The joke (and probably the source of the realtors name) is from community:
Ah I see, thanks for the context
I spent far too long looking at properties on that site before remembering that I don’t even live on the same continent as those properties.
one can always dream
There should be a git cli client that plays gifs instead of errors.
Can we invoke it like
gif pull
?gift
Stop trying to make fetch happen… OK what about pull.
Sounds like fetch with extra steps
Ah… Git.
The decentralised version control system.
I mean, it’s decentralized alright, but it doesn’t mean it’s HA or automatically replicated. You can just use a different origin server and push/pull from it instead.
deleted by creator
My comment is more about how we have this decentralised tool, but we’re unable to get our collective heads out of the centralised model. We e ended up turning it back into centralised VCS.
I get what you mean. GitHub and friends have pushed that back to a more centralized approach. However I think that it’s not too bad actually. Most projects tend to be centralized too
Do we have federated git yet?
Git itself is already capable of distributed usage, which is better than federated/decentralized.
‘Distributed’ and ‘decentralized’ in this sense:
But in terms of the Git hosting service, with an issue board and all that, which is often called a “git forge”, you’ve got Forgejo working on an implementation, as well as ForgeFed as a general protocol (also work-in-progress).
It’s funny how git was carefully designed to be decentralized and resistant to failure from any single node… and we immediately put all our fault tolerance on the back of one corporate-owned entity. Welp.