I'm having a "just typed the wrong git command and accidentally deleted most of my current branch which I've been working on for weeks" day. Good job I noticed so was able to undo the change. #git #coding
Have been hyping lazygit at work as even if you already know git commands it speeds things up a lot. Efficient keybinds! Multi repo navigation! Easy-to-view branches!
https://github.com/jesseduffield/lazygit
(disclaimer: only for CLI appreciators)
#programming #foss #OpenSource #git #lazygit
Git tip: Use `git commit --fixup <hash>` for small fixes, then `git rebase -i --autosquash` to automatically organize them. Keeps commit history clean during development. #Git
Le libertà che ti puoi prendere col selfhosting. #woodyguthrie #forgejo #git #selfhosting

Maschinenlesbares GIT Diff des novellierten BSI-Gesetzes, anyone?
Das BSIG regelt Aufgaben und Zuständigkeiten des @bsi
https://codeberg.org/kunde_x/bsig
Neuer Artikel im Blog:
Du bist dein eigenes Team: Warum Git auch für Solo-Entwickler unverzichtbar ist
Gitmal: a static page generator (written in Go) for Git repositories. Gitmal generates static HTML pages with files, commits, code highlighting, and markdown rendering. #Programming #Git https://github.com/antonmedv/gitmal
金のニワトリ (@gosrum)
원하던 기능이라는 내용으로, 레이트 리밋으로 인해 opus 4.5를 쓸 수 없을 때 GLM 등 다른 모델로 작업을 넘기고, 만약 결과가 만족스럽지 않으면 opus가 다시 사용 가능해졌을 때 git 포크와 함께 원상복구(롤백)할 수 있게 하는 워크플로우를 환영하는 내용입니다.
https://x.com/gosrum/status/2013392682564087877
#opus4.5 #glm #ratelimit #modelfallback #git
How to Utilize #Git Version Control in #cPanel (5 Minute Quick-Start Guide)
This guide walks cPanel users through setting up, managing, and deploying code using Git directly inside cPanel—without needing advanced server access. It’s ideal for websites, applications, and teams that want safe, repeatable deployments.
What Is Git Version Control in cPanel?
Git Version Control in cPanel provides a built-in interface for managing Git ...
Continued 👉 https://blog.radwebhosting.com/git-version-control-in-cpanel/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.raddemo.host #gitversioncontrol

🎉 New Easy Changelog release version 1.4.0 🎊
Easy git branch friendly changelogs
📦 https://gitlab.com/snake_coders/ezchlog/-/releases/v1.4.0
Feel free to give feedback 💬, open issues 📝 or merge requests 🎁.
📢 Boost appreciated.
https://gitlab.com/snake_coders/ezchlog
#ezchlog #changelog #releasenotes #git #noconflict #python #rust
#achievement unlocked. Finally solved a real problem with #git 'filter-repo'. Tried some manual approaches first but remembered filter-branch and found in the docs that it is deprecated in favour of filter-repo. Checked and installed git-filter-repo in #debian #trixie. Skimming the documentation for a few minutes indicated how it could possibly work, and sure enough on the first attempt:
New history written in 0.03 seconds; now repacking/cleaning...
This is real crazy stuff. 🙏
@jnunemaker trying it now. I would much prefer `jj` integration, but I can work with GitHub. Under #jjvcs, I frequently rewrite commits, and now I feel limited. I also forgot much of my #Git experience because before jj, I was using #sapling. I think I haven't used git in day-to-day since 2-3 years ago!
Anyway, submitted a couple of feedback items to the Conductor team. We'll see how it evolves. I too am finding #conductor productive at the moment.