git

Back Open Paginator
25.02.2026 18:17
eclecticpassions (@eclecticpassions@fosstodon.org)

I forked my Hugo theme and started applying all my overrides into the fork! Maybe one day, I'll share the theme publically... ๐Ÿค” Finally, I can work on cleaning up the worse mess: CSS. I can't wait to have a much cleaner style sheet!

By the way, the branches are looking cool! Merged my first branch already. ;)

PS: the theme I forked is called Anubis2 by Junyi-99.
themes.gohugo.io/themes/hugo-t

#Hugo #HugoTheme #gitbranch #git #vscodium #Gitgraph #CSS #webdev #BurgeonLab





Show Original Post


25.02.2026 13:00
zenn_trend_bot (@zenn_trend_bot@social.silicon.moe)

๐Ÿ“ฐ bit + bit-relay ใง P2P ใงใฎใ‚ณใƒฉใƒœใƒฌใƒผใ‚ทใƒงใƒณ้–‹็™บใ‚’ๅฎŸ็พใ™ใ‚‹ (๐Ÿ‘ 52)

๐Ÿ‡ฌ๐Ÿ‡ง P2P collaboration tool using git-compatible bit CLI and bit-relay server, enabling development without GitHub for humans and AI
๐Ÿ‡ฐ๐Ÿ‡ท GitHub ์—†์ด ์‚ฌ๋žŒ๊ณผ AI๊ฐ€ ํ˜‘์—… ๊ฐœ๋ฐœํ•  ์ˆ˜ ์žˆ๋Š” git ํ˜ธํ™˜ bit CLI์™€ bit-relay ์„œ๋ฒ„๋ฅผ ์‚ฌ์šฉํ•œ P2P ํ˜‘์—… ๋„๊ตฌ

๐Ÿ”— zenn.dev/mizchi/articles/decen

#P2P #Git #Zenn




Show Original Post


25.02.2026 12:03
gothub (@gothub@exquisite.social)

All our hosted #OpenBSD VMs have been upgraded to #GameOfTrees 0.123.

See gameoftrees.org/releases/chang for the list of changes in this release.

The first three changes in this release were already merged into our VMs earlier. The main benefit of this update for us is improved performance in gotd when processing pack files.

#Git #Hosting




Show Original Post


25.02.2026 12:00
datascience (@datascience@genomic.social)

{piggyback} makes it easier to attach large files (e.g. input data) to code in github repos: github.com/ropensci/piggyback #rstats #git




Show Original Post


25.02.2026 10:30
smartgit (@smartgit@techhub.social)

If youโ€™ve ever tried to read the official Git documentation and felt like you were suddenly studying quantum physics... you aren't alone ๐Ÿ˜…

Under the hood, Git is an incredibly elegant, mathematically sound DAG. But when you're just trying to resolve a messy merge conflict on a Friday afternoon, you don't want to think about "endofunctors."

This is exactly why visual tools exist.

Be honest: How many #Git CLI commands do you have memorized? ๐Ÿ”

#GitHumor #Programming #SmartGit #TechHumor





Show Original Post


25.02.2026 10:05
frankel (@frankel@mastodon.top)

#Git's Magic Files

nesbitt.io/2026/02/05/git-magi




Show Original Post


25.02.2026 07:00
zenn_trend_bot (@zenn_trend_bot@social.silicon.moe)

๐Ÿ“ฐ bit + bit-relay ใง P2P ใงใฎใ‚ณใƒฉใƒœใƒฌใƒผใ‚ทใƒงใƒณ้–‹็™บใ‚’ๅฎŸ็พใ™ใ‚‹ (๐Ÿ‘ 50)

๐Ÿ‡ฌ๐Ÿ‡ง P2P collaboration without GitHub: bit (Git-compatible CLI) + bit-relay server enables decentralized development for humans and AI.
๐Ÿ‡ฐ๐Ÿ‡ท GitHub ์—†๋Š” P2P ํ˜‘์—…: Git ํ˜ธํ™˜ CLI์ธ bit์™€ bit-relay ์„œ๋ฒ„๋กœ ์ธ๊ฐ„๊ณผ AI๋ฅผ ์œ„ํ•œ ํƒˆ์ค‘์•™ํ™” ๊ฐœ๋ฐœ ๊ตฌํ˜„.

๐Ÿ”— zenn.dev/mizchi/articles/decen

#P2P #Git #Zenn




Show Original Post


25.02.2026 03:30
franklesniak (@franklesniak@infosec.exchange)

Claude Code on the web's cloud-hosted environment doesn't support git lfs (large file support)

Why is no one talking about this? ๐Ÿค”

#claude #claudecode #git




Show Original Post


25.02.2026 01:00
zenn_trend_bot (@zenn_trend_bot@social.silicon.moe)

๐Ÿ“ฐ bit + bit-relay ใง P2P ใงใฎใ‚ณใƒฉใƒœใƒฌใƒผใ‚ทใƒงใƒณ้–‹็™บใ‚’ๅฎŸ็พใ™ใ‚‹ (๐Ÿ‘ 47)

๐Ÿ‡ฌ๐Ÿ‡ง P2P collaboration without GitHub using bit (git-compatible CLI) + bit-relay. Enables decentralized dev for human-AI teams.
๐Ÿ‡ฐ๐Ÿ‡ท GitHub ์—†์ด P2P ํ˜‘์—… ๊ฐœ๋ฐœ. bit(git ํ˜ธํ™˜ CLI) + bit-relay๋กœ ๋ถ„์‚ฐํ˜• ์ธ๊ฐ„-AI ํŒ€ ๊ฐœ๋ฐœ ํ™˜๊ฒฝ ๊ตฌ์ถ•.

๐Ÿ”— zenn.dev/mizchi/articles/decen

#P2P #Git #Zenn




Show Original Post


24.02.2026 22:53
czottmann (@czottmann@norden.social)

TIL you can add #git hooks to their repo if you want. Set a new path, i.e. `git config core.hooksPath <path-in-project-folder>` ๐Ÿคฏ

git-scm.com/docs/githooks

This is useful knowledge

via stackoverflow.com/a/37861972




Show Original Post


24.02.2026 20:36
JGraber (@JGraber@mastodon.social)

Little Tricks: Fix Reference Broken Error

improveandrepeat.com/2026/02/l




Show Original Post


24.02.2026 19:56
2026 (@2026@rbfirehose.com)

Hackaday: Microsoft Uses Plagiarized AI Slop Flowchart To Explain How Git Works. โ€œItโ€™s becoming somewhat of a theme that machine-generated content โ€“ whether itโ€™s code, text or graphics โ€“ keeps pushing people to their limits, mostly by how such โ€˜AI slopโ€™ is generally of outrageously poor quality, but as in the case of [Vincent Driessen] thereโ€™s also a clear copyright infringement [โ€ฆ]

https://rbfirehose.com/2026/02/24/hackaday-microsoft-uses-plagiarized-ai-slop-flowchart-to-explain-how-git-works/


Show Original Post


1 ...71 72 73 74 75 76 77 78 79 80 81 ...347
UP