git

Back Open Paginator
27.11.2025 17:16
LGUG2Z (@LGUG2Z@hachyderm.io)

I'll say it again - GitHub's killer feature and unique selling point for developers today is GitHub Sponsors

The first code hosting service which is able to provide a seamless Sponsors integration will be the service that takes the biggest piece of the pie from Microsoft

#github #codeberg #forgejo #tangled #git




Show Original Post


27.11.2025 16:08
realestninja (@realestninja@social.linux.pizza)

normies using ai:
- "SUMARIZE THIS EMAIL"
- "WHAT CAN I COOK WITH 1 TOMATO AND A CAN OF BEANS"
- "HOW DO MIRRORS WORK"

me using ai:
- "ok I really don't want to work today but we have to rebase this stale branch with 250 commits onto current dev branch and it will be a major pain in the ass. while rebasing, try to boost my mood by providing quotes from the Wicked movie to make things more bearable for me"

#git #ai




Show Original Post


27.11.2025 15:28
guylangston (@guylangston@dotnet.social)

[New Release] git-rstatus -- Fast recursive git status (with fetch and pull)

- Simple quality-of-life tool that scans all your git repos and gives a summary
- Zero-dependency self-contained bin/exe
- open-source MIT

github.com/guylangston/git-rst

I would welcome some feedback, suggestions, improvements.

#git #cli #terminal





Show Original Post


27.11.2025 14:55
bt (@bt@mastodon.bsd.cafe)

TIL about using pbpaste (on MacOS for example) to directly apply a git e-mail patch that is currently saved to your clipboard:

pbpaste | git apply

(Obviously doesn't carry over the submitters email/name etc, but for tiny changes it makes things easier than exporting mbox)

ss64.com/mac/pbpaste.html

#macOS #git




Show Original Post


27.11.2025 12:17
ros (@ros@techhub.social)

Python Linters: A Guide for Clean Code:
glukhov.org/post/2025/11/linte
#Python #Dev #DevOps #VSCode #Git #bash




Show Original Post


27.11.2025 12:16
ronan (@ronan@mastodon.ronandev.ovh)

motherduck.com/blog/git-for-da

#DataEngineering #git




Show Original Post


27.11.2025 11:42
habr (@habr@zhub.link)

Как патчить ядро Linux: подробное руководство

Всем привет, это Тимур. Сейчас

habr.com/ru/companies/yadro/ar

#kornfeld #коммутаторы #патчинг #linux #linux_kernel_development #c #git #kernel




Show Original Post


27.11.2025 01:52
ros (@ros@techhub.social)

Converting Windows Text to Linux Format:
glukhov.org/post/2025/11/conve
#Linux #bash #Cheatsheet #Git #VSCode




Show Original Post


27.11.2025 01:40
infotroph (@infotroph@toot.cat)

Lazyweb, I have a bash script that takes a #Git tag as an argument and I want it to default to “the most recent one”. How would you do it and what footguns am I forgetting?

So far I’m considering:

git describe --tags --abbrev=0
Actual meaning: “the first tag found walking commits backward from HEAD”
Pro: Short
Con: Troublesome in shallow clones

git tag --sort=-creatordate | head -n1
Actual meaning: “The tag with the most recent timestamp”
Pro: Probably closer to what the user is expecting
Con: ???




Show Original Post


26.11.2025 22:01
jbz (@jbz@indieweb.social)

What's cooking on SourceHut? Q4 2025

sourcehut.org/blog/2025-11-20-

#sourcehut #git #opensource




Show Original Post


26.11.2025 21:54
linkdrop (@linkdrop@troet.cafe)

GitHub - ahmedkhaleel2004/gitdiagram: Free, simple, fast interactive diagrams for any GitHub repository github.com/ahmedkhaleel2004/gi #OpenSource #repository #generator #diagram #GitHub #git #AI




Show Original Post


26.11.2025 21:54
linkdrop (@linkdrop@troet.cafe)

GitDiagram gitdiagram.com/ #repository #generator #diagram #git #AI




Show Original Post


1 ...177 178 179 180 181 182 183 184 185 186 187 ...348
UP