My first significant step after I create the repository for my project is to create a canned prompt that I can use to ask #codex to generate #git commit messages for me automatically. That removes the drudgery of having to manually write commit messages. (I do review and correct the message though.)
Here is a link to the actual prompt:
https://github.com/sumanthvepa/autograder/blob/main/prompts/commit.prompt
Can anyone recommend a Git host, not open-source-only, that definitely does not feed your repos into an AI? Ideally one with no AI tools at all, but I'll take what I can get. Self-hosting is a no-go in this case.
So this rules out Codeberg (open source only), but I'm not sure about Bitbucket or Gitlab. Obviously Github is out of the question.
What if code quality wasn’t a tool you configured or had to maintain yourselves, but something GitHub just did for your repositories?
Read my latest article to find out all about this new feature and see how it can simplify the way you handle code quality scans.
#cicd #codequality #devops #devsecops #git #github #ghas #codeql #dependabot #scm #vcs #versioncontrol #opensource #devlearning #softwaredevelopment #softwareengineering
Aproveitando as férias para entender como funcionam #scripts #python meio tentativa e erro e lendo sobre #shell #git editores de texto #nano #vim #emacs . Usando o #terminal para treinar a sintaxe dos comandos. Com um pouco de atraso. Sou do software livre há quase 20 anos e não me dediquei à isso. Bem: antes tarde do que mais tarde. Estou com meu #Debian bem enxuto, meu modesto laptop que eu AMO: um #Lenovo #ThinkPad #T400 fabricado há 18 anos, comprado em 2025 e que ainda funciona! #blambers
Tôi vừa tạo một extension VSCode tên “575 Haiku Commit” – chuyển các thay đổi Git đã stage thành haiku 5‑7‑5. Khi nhấn Cmd+Shift+H, nhận được ví dụ: “Config paths diverge / Settings flow through typed channels / Defaults guide the lost”. Ngoài fun, repo còn chứa tài liệu chi tiết về cách xây dựng extension, tích hợp SCM, cấu hình và mẫu provider. Đây là dự án “build‑to‑learn” đầu tiên, khuyến khích mọi người thử tự làm để hiểu sâu hơn. #VSCode #Extension #Haiku #Coding #LậpTrình #PhátTriển #Git
ahhh now wtf was I just doing?
life reflog
I am making time for #GitRaven project again. It had stalled for sometime due to other commitments.
Today, I learned C++ and Qt lifetimes, the advantages of member initializer lists. I still have one more issue to fix w.r.t this topic but I will hold it off a little longer, switching my focus on adding features.
#diary #cppdev #git #opensource #developers
Periodic reminder - if you're using git , https://github.com/unixorn/git-extra-commands is a collection of helper scripts to make git more pleasant.
@homelab #homelab #devops #sre #git
One #FOSS project I use that's languishing a bit is the #Git browser QGit.
Some long-standing issues are not being addressed so I have a soft fork called QGit-Re over at #Codeberg.
The main changes so far:
- Fix program freeze when browsing huge commits.
- Remove the Log/Diff tabs so both can be seen together.
- Improve find & search highlighting for dark mode palettes.
Packages for #Debian & #Fedora are available via the Releases page.
https://codeberg.org/wickedsmoke/qgit/release
Some more `git subtree push` quirks:
• `git subtree push` (obviously) does not push
#gitAnnex files to the remote. Syncing annexed files there is unergonomic.
• git subtree push` also strips commit signatures (e.g. GPG and as such #OpenTimeStamps timestamps). The truth lies in the monorepo only. Understandable, but very uncool.
git submodules have neither problem, but without tools like
#datalad you can't commit at once.
Git Rebase for the Terrified
Link: https://www.brethorsting.com/blog/2026/01/git-rebase-for-the-terrified/
Discussion: https://news.ycombinator.com/item?id=46530920
Big reminder:
If you use any kind of git repository for anything: Make a copy of it.
The copyright trolls will take it down eventually.