git

Back Open Paginator
08.08.2025 12:44
luyin (@luyin@lgbtqia.space)

(German version below)

blog.blesius.eu

I am proud to announce that my Blog is going live (after 5 years of zero work or content on it at all, lol) - I'd be happy if you boost this in your circles :)

(It's _really, really_ very early but I'm going to be posting regularly from now on, and will be updating here and on Linkedin when I publish new posts. Stay tuned!)

There is no comment section on the blog itself - if you would like to give me feedback, feel free to ping me here :)

Today's article is about a time when I introduced git to a team of non-developers. It contains some technical detail for those who have the misfortune to work with UTF-16 files, but it's mostly a story of helping people and learning by doing:

blog.blesius.eu/posts/git_utf1

---

Ich veröffentliche endlich (nach 5 Jahren, in denen ich selten daran gedacht oder herumgefummelt habe, lol) meinen Blog, und würde mich über Boosts freuen!

Es ist wirklich noch sehr früh, aber ich habe regelmäßige Updates eingeplant und werde dann hier und auf Linkedin die neuen Posts verlinken :)

Es gibt keine Kommentarmöglichkeit auf dem Blog - wenn ihr mir Feedback geben wollt, pingt mich gerne hier :)

Der Artikel von heute handelt von der Zeit als ich in einem Team von Nicht-Entwickler*innen git eingeführt habe. Er enthält sowohl technische Details, was für diejenigen, die sich mit UTF-16 kodierten Textdateien herumschlagen müssen, interessant sein dürfte, aber zum größten Teil ist es eine Geschichte darüber, anderen zu helfen und etwas beim Ausprobieren zu lernen:

blog.blesius.eu/posts/git_utf1

#git #blog #written_entirely_without_AI_because_I_can #software #development




Show Original Post


08.08.2025 10:20
7328 (@7328@betula.tail3c2d2c.ts.net)

Installation - Mergiraf

A syntax-aware git merge driver for a growing collection of programming languages and file formats.

#git, #programming, #cli




Show Original Post


08.08.2025 09:35
post (@post@programming.dev)

Worktrees: Git's best kept secret (and why you should use them)

programming.dev/post/35297555




Show Original Post


08.08.2025 01:04
codingcoyote (@codingcoyote@floss.social)

For the love of #git use a sane branching strategy. I just got bit again by a merge issue because we mix merge commits and rebasing.

Our flow is terrible:
• Feature Branches use merge commits to pull changes from `main`
• Pull Requests do. Squash/Rebase onto `main`
`main` is Rebased onto `release` when we deploy to production
• Hot fixes are made on `main`, then cherry picked onto `release`

This has caused so many issues.




Show Original Post


08.08.2025 00:19
firebase (@firebase@mastodon.social)

Tired of cryptic Git commands? 🤯

Say hello to LazyGit! This terminal UI makes staging, committing, merging, and rebasing a visual breeze. Boost your Git workflow without leaving your terminal. 🚀

github.com/jesseduffield/lazyg




Show Original Post


08.08.2025 00:08
skyfaller (@skyfaller@jawns.club)

Finally, if you really need a full code forge, with issue tracking and everything, what is the simplest, most light-weight code forge you can self-host?

Is it Forgejo? "Lightweight: Forgejo can easily be hosted on nearly every machine. Running on a Raspberry? Small cloud instance? No problem!" codeberg.org/forgejo/forgejo

That sounds great to me, but is Forgejo simple enough that I won't regret taking on the maintenance burden? Is there something even faster?

#GiveUpGitHub #git #SelfHosting




Show Original Post


07.08.2025 22:34
skyfaller (@skyfaller@jawns.club)

To avoid self-hosting a full-fledged code forge, you might want to simply store issues in the git repo itself. Have you tried using git-bug, git-issue, or some other decentralized bug tracker?

* github.com/git-bug/git-bug
* github.com/dspinellis/git-issue

Last time I tried git-bug I failed to import my issues from GitHub and gave up, but maybe it works now, it seems there is a new & more active maintainer.

#GiveUpGitHub #git #BugTracking #issues #SelfHosting #GitBug




Show Original Post


07.08.2025 21:47
skyfaller (@skyfaller@jawns.club)

Next, have you tried a static site generator for browsing git repos? Here's a list of SSGs for git, sorted by latest commit (fresh to stale):

* reporat ratfactor.com/repos/reporat/
* git-arr blitiri.com.ar/p/git-arr/
* depp git.8pit.net/depp/
* itsy-gitsy git.trevorbentley.com/itsy-git
* pgit pgit.pico.sh/
* stagit codemadness.org/git/stagit/fil
* gituwa git.mcksp.com/gituwa/
* repo2html git.m455.casa/repo2html/

#GiveUpGitHub #git #SelfHosting #SSGs #StaticWebsites #StaticSiteGenerators




Show Original Post


07.08.2025 21:27
skyfaller (@skyfaller@jawns.club)

Time to discuss self-hosted alternatives to GitHub!

First, has anyone simply put a bare git repo on a server somewhere, pushed via SSH, and called it a day?

idiomdrottning.org/hosting-git

Do you really need more than a remote to push to and pull from, for your personal projects? If you've tried this, what obstacles did you encounter and what features did you miss?

#GiveUpGitHub #SelfHosting #git #SSH #BareRepos




Show Original Post


07.08.2025 19:22
990000 (@990000@mstdn.social)

I just stumbled across a new project that still uses AWS CodeCommit and I'm kind of shocked Amazon has completely discontinued their Git repo product. Crazy to just drop such an important thing.

aws.amazon.com/blogs/devops/ho

#CodeCommit #AWS #Git




Show Original Post


07.08.2025 19:19
GripNews (@GripNews@mastodon.social)

🌗 告別 GitHub:一位開發者的徹底遷移
➤ 為了掌控與獨立,開源開發者選擇回歸簡樸的自我託管之路
tomscii.sig7.se/2024/01/Ditchi
一位長期對 GitHub 及其母公司微軟的發展有所疑慮的開發者,決定將其所有公開原始碼倉庫從 GitHub 遷移出去,並停止使用 GitHub 的服務。他將代碼遷移至自行託管的 Git 伺服器,並強調此舉是為了保有對自己作品的完全控制權,同時也藉此機會轉向更傳統的基於電子郵件的協作模式,以期提高溝通效率並過濾掉低品質的貢獻。
+ 為了技術自主而放棄便利性,這確實需要相當大的決心。我很好奇他如何處理社羣互動的部分。
+ 我很欣賞他對「自己擁有平臺」的堅持,這在現今雲端服務盛行的時代顯得格外珍貴。




Show Original Post


07.08.2025 17:39
smartgit (@smartgit@techhub.social)

ChatGPT users: SmartGit 25.1.066 Preview now lets you open Codex Agent directly for the selected branch. Make sure to configure your environment first: docs.syntevo.com/SmartGit/Late

#SmartGit #Git #DevTools





Show Original Post


1 ...331 332 333 334 335 336 337 338 339 340 341 ...347
UP