I honestly don't get why the GitHub app has to be so clunky.
Eleventy: How to Work Around the “Git Last Modified” Performance Bottleneck, by @j9t [@frontenddogma]:
https://meiert.com/blog/eleventy-git-last-modified/
#howtos #eleventy #git #performance
@reiddragon well, @mrmasterkeyboard did #fork #vim at the last pre - #vommit point of the #git...
evi, which I think is a good name...nevi (basically neovim on #evi basis)...Cuz I wish for that to happen, not only because I want to see a better #neovim but also because we better become more #intolerant to the #intolerable #Enshittification!
One dev “owns” your payment flow or auth module? That’s not productivity, that’s risk. #Git data can reveal key-person dependencies long before they hurt you. @Frank_JCG shows how to spot them and spread knowledge.
Worth a read: https://javapro.io/2025/12/02/beyond-version-control-how-git-can-power-smarter-technical-decisions/

Are you guilty of the reflexive "git add . && git commit" combo at the end of every day?
You’re missing out on one of Git's best features.
The Staging Area (or Index) is unique to #Git. It isn't just a middleman; it is your canvas. It allows you to separate the logical intent of your changes from the messiness of your actual development.
Be honest: When was the last time you committed WIP just so you could go home, rather than staging your changes? 🧐👇
#CodeReview #SmartGit #CleanCode

I was today days old when I learnt that
echo "error.log" >> .git/info/exclude
is like adding files to .gitignore, but without polluting .gitignore
#Development #Techniques
Git is the new code · Git commands to check AI-written code https://ilo.im/16b3l4
_____
#Programming #Coding #Debugging #CodeReview #Git #VersionControl #AI #WebDev #Frontend #Backend
Гит в Телеграм?
На своем тг-канале я предлагаю подписчикам выбор, какую бредовую идею запилить следующей. На этот раз подписчики выбрали новый челлендж: сделать Git в Telegram. Чтобы можно было через бота инитить проекты, пушить файлы, коммитить — и всё это в публичном канале с тредами. С практической точки зрения этот проект на хуй не нужен. Есть гитхаб, есть гитлаб, есть куча нормальных инструментов. Но как эксперимент — почему бы и нет? Чисто посмотреть, можно ли заставить Telegram работать как VCS. Я тогда подумал: «Ну, бот на aiogram, база данных, пара команд — делов то))» Словари, датаклассы и прочая е*атория Когда я только начинал, первая мысль была: «Положу всё в JSON, на кой мне база данных?» Ну серьёзно, проектов мало, пользователей немного, файлы текстовые че заморачитватся. Подергал JSON туда-сюда пару дней и понял: не варик. Во-первых, конкурентный доступ. Два юзера одновременно коммитят — один из них перезаписывает файл другого. Во-вторых, целостность данных. Если бот упал в середине записи — JSON остаётся в невалидном состоянии. В-третьих, версионность. Хранить историю изменений в JSON — это просто перенести проблему из кода в структуру файла. Короче, JSON — для конфигов, а не для данных, которые меняются каждую секунду. Выбор пал на SQLite. Почему:
https://habr.com/ru/articles/1008202/
#Telegram_бот #Git #Python #aiogram #SQLite #git_в_telegram #gitignore
"Can you support PHP 8.2 please"
Dude, I barely have 1 sponsor in GitHub. ONE. Not enough people care to support an EOL version. I'm doing this for me.
May be if more people get into my bandwagon I would reconsider:
https://github.com/sponsors/DarkGhostHunter
#Programming #Programmers #Coding #Code #SoftwareDevelopment #WebDevelopment #WebDev #PHP #GitHub #Git #Composer #Laravel
📰 並列開発を支えるtmux, git, zsh設定集 (👍 27)
🇬🇧 Productivity setup for parallel development: tmux-fzf for window switching, git worktree management, and custom zsh keybindings
🇰🇷 병렬 개발을 위한 생산성 설정: tmux-fzf 윈도우 전환, git worktree 관리, 커스텀 zsh 키바인딩
🔗 https://zenn.dev/r57ty7/articles/879db0530ad899