I am surprised how well #Syncthing and #git work together.
I sync between a desktop, homelab and notebook.
I work on the desktop and notebook and Syncthing makes it seamless to switch between the two machines.
This is so cool!
I have a simple script that adds and updates dates in a blog post by #prek (#precommit) before #git commit.
It works well in #linux, but does not work as expected on #macos. In Mac it sets initial time, but does not update it.
I thought it’s very simple bug, very good to delegate to #AI coding tool, my #aiagent was #github #copilot.
Copilot generated me #Nodejs code inside bash to fix the issue, but it did not. It rewrote almost completely my #bash script to #nodejs, but it did not work as well.
When I gave up and checked by myself, it required to add “-u” option to “date” cli for macOS.
There was an another task that involved another git command’s parameters and “AI” decided to add 20 lines of code with no positive result.
How do people build a #startup and fully functional apps with it?
I use it for function generations, tests, structs… but when it goes to something more complicated it never works with “good enough” quality for me.
How to Configure #GPG to Sign #Git Commits
https://albertakhmetov.com/posts/2026/signing-git-commits-gpg-windows/
Managing Dotfiles with Chezmoi Part 2: Secrets, Aliases, and Template Patterns
https://rant.mvh.dev/managing-dotfiles-with-chezmoi-part-2-secrets-aliases-and-template-patterns/
#dotfiles #chezmoi #1password #git #templates #zsh #developertools

#industrialisation #startup #theoffice #git #guitar_hero

Git File Status Explained
Untracked – New file (Git ignoring it)
Unmodified – Tracked, no changes
Modified – Changed, not staged
Staged – Marked for commit
git status shows where you are.
git add moves to staging.
git commit saves forever.
Simple cycle. Powerful tool. 🚀

I built GitTop this weekend, a terminal dashboard for visualizing Git repo stats, inspired by htop/btop. It visualizes commit heatmaps, contributor profiles, branch stats, file health, and more.
Incidentally, it is also my first fully agentic coding project.
The result is good: braille area charts, fractional Unicode bar rendering, a proper filter DSL with boolean logic.
https://hjr265.me/blog/building-gittop-with-agentic-coding/
#AgenticCoding #ClaudeCode #Git #Go #TUI

New blog post: "Automatic release notes with semantic commits and git-cliff"
https://0x5.uk/2026/03/12/automatic-release-notes-with-semantic-commits-and-git-cliff/
📣 4 nouveaux skins pour #OptimPlus 24
Tu as aimé les habillages graphiques des sites webs des #RencontresScenari passées ?
Ils sont à présent disponibles sur la page des contributions communautaires (https://scenari.org/co/contributions.html).
⚠️ Skins seulement pour le générateur web du site en tuile de #OptimPlus.
🗨️ Ce sont des skins communautaires. Si tu souhaites participer à leur amélioration et maintenance, c’est possible, ils sont tous sur un dépôt #GIT. Écris à direction@scenari.org.
Now #AI not only let you code, it provides #git so you can share your projects with anyone who uses it! #chatgpt just casually leaked in chat someones personal data, and project code, including #database. Internet is so gone...
#vibecoding

Note to self: mehrere Go-Monorepos unter #Fossil mit dem gleichen go-import import-prefix klappt nicht so gut. Auch in Zukunft nicht mehr probieren. Go mag #Git, sonst nix. #golang #vcs
GitHub does not support SHA-256. Forgejo does. https://lwn.net/Articles/1057561/