🚀 Gitea 1.25.0 is LIVE!
This release is PACKED with performance boosts, new dev UX features, and major workflow improvements.
Huge thanks to all contributors ❤️
🔗 Full release notes: https://blog.gitea.com/release-of-1.25.0/
#Gitea #opensource #devops #git #selfhosted #platformengineering
⚡️ GitHub bets on the era of developer agents
🏷️ #devdigest #azure #cloud #git #github
https://devdigest.today/goto/5007
cdzombak/newt at dzombak.com
"Manage Git worktrees with ease. newt is a simple wrapper around Git worktrees that automatically organizes them in a .newt/ directory, provides merge status tracking, and handles deletion."
https://github.com/cdzombak/newt?ref=dzombak.com
#dev #git #worktrees
Yeah, I can create a branch with git branch, git checkout and git switch, but I don't see how to do it with git log.
#git
TIL how to get the size of a PR in a @golang project still using vendoring, and not counting the size of the vendor/ but just the actual changes. Key here is (exclude):
git diff --shortstat master...HEAD -- . ':(exclude)vendor/'
#git magic FTW
If you haven’t broken prod because of Git - are you even a dev? 😎
GitKraken made it easier to stop living on the edge of git reset --hard.
83 lessons. 1.5h. Zero regrets.
Learn Git like a pro - not like a survivor who just lost main.
Better commits, cleaner merges, fewer “what just happened?” moments.
https://learn.gitkraken.com/courses/git-foundations
#Git #DevOps #GitKraken #Learning #FreeCourse

Wir haben in den letzten Tagen mit den Veranstaltern daran gearbeitet, im Wettbewerb primär freie Plattformen zu promoten. Die Website empfiehlt in der EInführung nun #Codeberg statt #GitHub.
Falls jemand eine Empfehlung für ein gutes EInführungsvideo zu #Git hat, das auf #Peertube verfügbar ist, könnten wir da noch mehr tun!
Beim Wettbewerb "Hidden Gems", veranstaltet vom Gymnasium Steglitz in Berlin, können Schüler*innen #Coding und sogar ein bisschen #Git lernen:
https://hiddengems.gymnasiumsteglitz.de/
Die erste Runde beginnt am 17. November. Teilnehmen kann jede*r; die Wahl der Programiersprache und der Programierumgebung ist freigestellt.
#FediLZ #FediEltern #EduB #Kinder #Jugend
Git-хук, который делает ваши коммиты и MR сразу понятными
В процессе командной разработки иногда возникает потребность сразу видеть, какие файлы были изменены в коммите , не открывая каждый diff вручную. Сегодня я расскажу, как я сделал небольшой, но полезный git hook , который автоматически добавляет в тело коммита список изменённых файлов с пометками: добавлен ( A ), изменён ( M ) или удалён ( D ).
https://habr.com/ru/articles/961456/
#git #github #gitlab #hooks #shell #bashскрипт #полезные_скрипты
Working at a company be like:
Instead of setting up the keys to be able to push/pull from GitHub (for an unknown reason, probably better left unknown...), each time there is a modif to the code, download the zipped repository from another machine, transfer it to the target machine, rename the folder of the previous copy of the repository with one more "_", unzip the new version of the repository, soon have no idea any more which version is used, try to guess from the number of "_", and eventually simply give up on version control.
By the way, the same company where I've heard Git is bad because "it creates merge conflicts".
saved by git reflog! did a tricky rebase too quickly and then realized I lost all of my work... had a few minutes of despair thinking about everything I'd have to redo and then remembered I've been here before. Phew. Commits are back. Crisis averted. And I just rebased properly.
I'm having one of those kind of issues that just makes me want to throw Git out a window. 😖