git

Back Open Paginator
30.10.2025 18:28
gitea (@gitea@social.gitea.io)

🚀 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: blog.gitea.com/release-of-1.25

#Gitea #opensource #devops #git #selfhosted #platformengineering




Show Original Post


30.10.2025 16:30
devdigest (@devdigest@mastodon.social)

⚡️ GitHub bets on the era of developer agents

🏷️

devdigest.today/goto/5007




Show Original Post


30.10.2025 16:26
links (@links@gts.lmorchard.com)

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




Show Original Post


30.10.2025 13:54
kAlvaro (@kAlvaro@mastodon.social)

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.




Show Original Post


30.10.2025 13:52
fgm (@fgm@mamot.fr)

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




Show Original Post


30.10.2025 13:28
DevOpsPink (@DevOpsPink@mastodon.social)

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.

learn.gitkraken.com/courses/gi





Show Original Post


30.10.2025 12:10
Teckids (@Teckids@bildung.social)

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!




Show Original Post


30.10.2025 12:08
Teckids (@Teckids@bildung.social)

Beim Wettbewerb "Hidden Gems", veranstaltet vom Gymnasium Steglitz in Berlin, können Schüler*innen #Coding und sogar ein bisschen #Git lernen:

hiddengems.gymnasiumsteglitz.d

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




Show Original Post


30.10.2025 07:42
habr (@habr@zhub.link)

Git-хук, который делает ваши коммиты и MR сразу понятными

В процессе командной разработки иногда возникает потребность сразу видеть, какие файлы были изменены в коммите , не открывая каждый diff вручную. Сегодня я расскажу, как я сделал небольшой, но полезный git hook , который автоматически добавляет в тело коммита список изменённых файлов с пометками: добавлен ( A ), изменён ( M ) или удалён ( D ).

habr.com/ru/articles/961456/

#git #github #gitlab #hooks #shell #bashскрипт #полезные_скрипты




Show Original Post


30.10.2025 01:10
baillehache_pascal (@baillehache_pascal@hachyderm.io)

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".

#git #programming #burnout




Show Original Post


29.10.2025 22:07
sirhc (@sirhc@fosstodon.org)

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.

#git #SoftwareDevelopment




Show Original Post


29.10.2025 21:01
kagan (@kagan@wandering.shop)

I'm having one of those kind of issues that just makes me want to throw Git out a window. 😖

#webdev #programming #Git




Show Original Post


1 ...210 211 212 213 214 215 216 217 218 219 220 ...348
UP