git

Back Open Paginator
28.03.2026 01:00
zenn_trend_bot (@zenn_trend_bot@social.silicon.moe)

🕐 2026-03-28 00:00 UTC

📰 git worktree を Worktrunk で管理したら手放せなくなった (👍 50)

🇬🇧 Worktrunk simplifies git worktree management for parallel development workflows, especially useful for running multiple coding agents simultaneously.
🇰🇷 Worktrunk로 git worktree 관리를 간소화하여 병렬 개발 워크플로우를 개선. 여러 코딩 에이전트 동시 실행에 유용.

🔗 zenn.dev/edash_tech_blog/artic

#Git #DevTools #Zenn




Show Original Post


27.03.2026 23:40
gotofritz (@gotofritz@hachyderm.io)

> Scan any GitHub repo for hidden malware, credential stealers, and crypto scams.

A nice #security tool which I only just discovered on LinkedIn, of all places

scanrepo.dev/

#git




Show Original Post


27.03.2026 22:50
escolalinux (@escolalinux@mastodon.social)

🔍 Desmistificando o Debate Git vs. GitHub: Entendendo as Principais Diferenças 🖥️🔗

Git e GitHub são frequentemente confundidos, mas possuem funções distintas no mundo do desenvolvimento. Descubra as diferenças essenciais entre eles e como cada um pode beneficiar seus projetos!

👉 Saiba mais no blog: nova.escolalinux.com.br/blog/d




Show Original Post


27.03.2026 19:00
zenn_trend_bot (@zenn_trend_bot@social.silicon.moe)

📰 git worktree を Worktrunk で管理したら手放せなくなった (👍 46)

🇬🇧 Worktrunk makes git worktree management effortless. Perfect for running multiple coding agents in parallel - a Rust tool with 3.6k+ GitHub stars.
🇰🇷 Worktrunk로 git worktree 관리가 편해짐. 여러 코딩 에이전트 병렬 실행에 최적 - 3.6k+ 스타의 Rust 도구.

🔗 zenn.dev/edash_tech_blog/artic

#Git #Worktrunk #DevTools #Zenn




Show Original Post


27.03.2026 17:27
screwlisp (@screwlisp@gamerplus.org)

@charliemac It would be good if you adapted some of this into an explicit #emacs #magit #git tutorial




Show Original Post


27.03.2026 17:05
thomas (@thomas@metalhead.club)

Moved all my public GitHub repositories to @Codeberg

See: codeberg.org/thomas.leister/

... and the private ones to @codefloe , because Codeberg is for open source licensed repos, only.

Feelin' good! 💪

#codeberg #github #codefloe #opensource #git




Show Original Post


27.03.2026 16:12
jnareb (@jnareb@fosstodon.org)

You're probably familiar with git bisect, which lets you find a commit that introduces a change in behavior via binary search (`git bisect`). But what if the change in behavior is non-deterministic?

`git bayesect` is a generalization of git bisect that uses Bayesian inference to solve this problem. If your code has started gaslighting you, give it a try!

hauntsaninja.github.io/git_bay #git #bayes




Show Original Post


27.03.2026 15:16
NuclearSquid (@NuclearSquid@piaille.fr)

Just realized that the main branch of my dotFiles is still called master. Main is too bland of a name, do you guys have some cursed name for a default branch ?

#git #linux




Show Original Post


27.03.2026 15:16
smartgit (@smartgit@techhub.social)

Which command adds all modified files to the staging area?

Check out the correct answer and reinforce your Git knowledge with immediate feedback on every quiz question here 👉 git-skills.dev/quiz/git-basics/

#Git #SoftwareEngineering #SmartGit #DevOps #DevTools

git add --all-files
git stage .
git add .
git commit -a 0%




Show Original Post


27.03.2026 15:00
r (@r@fed.brid.gy)

✍️ “Did some stuff” isn’t a commit message. It’s a headache. At #PSConfEU 2025, @sqldbawithbeard.bsky.social@bsky.brid.gy showed how good #Git commits make better teams: 📌 Clear messages 🧪 Git hooks for consistency 🤖 AI tools that help, not replace you 🎟️▶️ psconf.eu #PowerShell

- YouTube




Show Original Post


27.03.2026 15:00
r (@r@bsky.brid.gy)

✍️ “Did some stuff” isn’t a commit message. It’s a headache. At #PSConfEU 2025, @sqldbawithbeard.bsky.social@bsky.brid.gy showed how good #Git commits make better teams: 📌 Clear messages 🧪 Git hooks for consistency 🤖 AI tools that help, not replace you 🎟️▶️ psconf.eu #PowerShell

- YouTube




Show Original Post


27.03.2026 13:07
fbinin (@fbinin@mastodon.fbin.in)

@Codeberg @codebergstatus
Getting 503 for sometime now. It indeed is down. Status page confirms it as well.
#codeberg #git #instancedown





Show Original Post


1 ...40 41 42 43 44 45 46 47 48 49 50 ...347
UP