#git-instance
i fixed https://git.w212.org finally.

now with 150% more cgit!

#linux #selfhosted #git
November 24, 2025 at 6:55 PM
My contributions across #forgejo instances far outweighs my contributions to #github in recent years.

#git #devops #programming
November 13, 2025 at 12:03 AM
A look into my #gamedev bug backlog

I host my own #git instance via @gitea.com, and keep a rolling versioning of everything, so no source mistakes this time around.

#indiedev
November 2, 2025 at 11:45 PM
I’m happy with git, tit, twat and many others in this instance 👍
December 19, 2024 at 4:40 PM
I havent noticed a single day of downtime on my self hosted git instance, especially when I am using it and except for when I need to reset the docker container because I bricked the #nix config. GitHub should take note
December 17, 2024 at 3:45 PM
Lesson 3: Git commits are "local", pushes are to another repository. ( on a server for instance ) #gitlessons
November 22, 2024 at 6:03 PM
Yup! docs.codeberg.org/git/using-lfs/

It's also in progress of being federated, so eventually you'll be able to send PRs from one Codeberg instance to another etc.
Working with large files | Codeberg Documentation
docs.codeberg.org
May 20, 2025 at 9:38 PM
Good question, I think it depends on the tool you teach. For instance, Rstudio projects shouldn't be too hard to understand (despite the caveat about tech savvy you mentioned), so I try to introduce this early.

Other tools are harder to understand, such as git. In this case, I think ... (1/2)
June 11, 2025 at 1:48 PM
Also,
"Learn"
June 19, 2025 at 11:55 AM
Connecting OpenAI Codex to other Git providers It would be nice if it supports any git providers, for instance I use an internal version of GitHub enterprise so I cannot use codex

| Details | Interest | Feed |
Origin
community.openai.com
June 4, 2025 at 9:26 AM
Subagents are different. Your choices are "let 'm cook" and "hard stop". This one, for instance, took "implement such-n-such small thing" to mean "and commit it to Git." I'm letting it cook, but maybe next time I'll ask it to leave the committing to us.
September 1, 2025 at 2:14 PM
@james Would it be possible to add the CrystalLang emoji to the ruby social instance?

It should be possible via Preferences > Administration > Custom Emojis.

And emojis for git and github would also be great. 🥺
February 16, 2025 at 10:30 PM
Nice 👌
For git, I use the aliases from oh-my-zsh so there's already `gco` for git checkout for instance

kapeli.com/cheat_sheets...
March 21, 2025 at 1:29 PM
@blahajparty.bsky.social the explanation i saw earlier was that it wants to allow certain types of non-browser requests (like git clients, for instance) but deny scrapers that are pretending to be browsers. so you end up in this strange situation where bots that outright identify themselves as […]
Original post on queer.party
queer.party
May 30, 2025 at 6:40 PM
Chat, which Git forge should I pick? Ideally I'd self-host a Gitea instance, but I want something that could potentially outlive my home infra
August 15, 2025 at 1:12 PM
I‘m not sure I understand why people are so keen to move off of GH - even as someone who uses a private GitLab instance for work stuff, Git is by nature decentralised, so it‘s not like there‘s really any vendor lockin?
November 27, 2025 at 5:56 PM
Well, you could self host your own git instance and use git lfs.

I do something similar for my unreal projects. I use azure devops to host a private git lfs repo (for free but... I know).

I never looked to public options but you probably/might need to pay money to host your own cloud instance.
August 9, 2025 at 1:49 PM
A timeless quote by Alexei Sayle...

"If you travel to the States... they have a lot of different words than like what we use. For instance: they say 'elevator', we say 'lift'; they say 'drapes', we say 'curtains'; they say 'president', we say 'seriously deranged git.'"
April 16, 2025 at 4:07 PM
So, for instance, if you want to like, see the status of every repo in the list then:
`git for-each-repo --config=maintenance.repo status` will run `git status` in each repo.
July 23, 2025 at 1:26 AM
It probably depend on the browser and the settings of the instance.

But I had it failing on gnome, freedesktop gitlab and sourceware (glibc) git webui.
And some mailing lists webuis as well.

Which is kind of a pain.
August 5, 2025 at 2:49 PM
to all stranded fedi citizen after the whole shitshow: my sharkey instance has open registrations (you will need email though, but i'm not opposed to people using disposable emails)
i am also hosting a git server (same rules as for my sharkey) and will very soon launch a fedi relay as a part of […]
Original post on twink.men
twink.men
August 12, 2025 at 7:09 AM
Technically yes, but UX-wise linking to the fork from the main repo, having a "sync fork" button, being able to create a PR from your instance back to the original instance ... all of that is important to users, and git alone just doesn't cover it!
October 19, 2025 at 11:16 PM
Which – of COURSE I don’t have git installed, I use my Windows machine to ssh into my RHEL Linux instance where I have git. But I couldn’t figure out how to install gh on my RHEL instance (just use “yum” or whatever that new installer is?)

5/n
December 14, 2025 at 3:43 AM
So, for instance, if you make an edit to the left program, all you get from git is this. Whereas if you edit the right program you'll get what you expect, and most of the time it would be very useful. Likewise for other tools.
December 22, 2024 at 12:26 AM