While sipping my hot lemon tea 🍋🫖 and giving a glance at it...
#linuxkernel #git #opensourcedevelopment #operatingsystem

Am I imagining a `git commit --fixup` helper tool that, given a staged change in a hunk of a file present in a previous commit, will automatically find that commit and `--fixup` that commit?
I'm fed up of noticing a problem, then `git log --oneline` and then copypasta a SHA and then `git rebase -i`, and then I notice another thing that's bad and the process starts over.
#Git #SoftwareDevelopment #DeveloperTooling #DevEx
Gupaxx development v1.11.0 Part 17: Integrating a p2pool compatible node explorer - 8/10/2025, 4:45:21 PM
https://peertube.wtf/w/8Wvprqmf5UWHmi6DeXERhd
name: Weekly Download of Uptime Check Files
on:
schedule:
- cron: '0 0 * * SUN' # Every Sunday at midnight UTC
workflow_dispatch: # Allows manual trigger from GitHub UI
jobs:
download_json_files:
runs-on: ubuntu-latest
steps:
- name: Checkout repository with full history
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Download JSON files to root directory
run: |
curl -o ./alcea-wisteria.de.json https://alcea-wisteria.de/PHP//0demo/2025-08-04-UptimeCheck/alcea-wisteria.de.json
curl -o ./alceawis.com.json https://alcea-wisteria.de/PHP//0demo/2025-08-04-UptimeCheck/alceawis.com.json
curl -o ./alceawis.de.json https://alcea-wisteria.de/PHP//0demo/2025-08-04-UptimeCheck/alceawis.de.json
- name: Commit and push changes
run: |
set -e
git config --global user.name 'github-actions'
git config --global user.email 'github-actions@github.com'
git add ./*.json
if git diff --cached --quiet; then
echo "No changes to commit"
else
git commit -m "Weekly download of uptime check JSON files"
if ! git pull --rebase origin main; then
echo "❌ Rebase failed due to conflicts. Keeping remote changes and skipping push."
git rebase --abort || true
exit 0
fi
git push origin main
fi
BLOG: The Best Way to Put Em Dashes in a Git Commit Message
https://rdnlsmith.com/posts/2025/003/git-em-dash/
(I’m trying a new thing where I use the same tags in the social media post as I do within my own blog. I hope this doesn’t annoy anyone too much.)
#customization #git #typography #vim
UK #dotnet #csharp #sqlserver lead/senior developer of over 15 years’ experience looking for a permanent role if possible. Would consider temporary contract.
#AspDotNet #mvc #blazor #entityframework #azure #tdd #agile #Git
Looking for hybrid role in London, Essex, Hertfordshire or Cambridge. Also interested in fully-remote UK or European roles.
Right now, go to your most frequently used git repos and run
git maintenance register
https://git-scm.com/docs/git-maintenance
#git #gitMaintenance #softwareEngineering #softwareDevelopment
Gitea v1.24.4 Released: https://github.com/go-gitea/gitea/releases/tag/v1.24.4
#linux #update #release #foss #gitea #git
Oh goooood I love #git so much
https://f-droid.org/packages/io.github.wiiznokes.gitnote/
Him: lemme see your github profile
My GitHub repositories --
തക്കാളി 2½ kg
Beans 100
Cabbage 1
#FOSS #Git #GitHub #Linux #gitnote
The boy found this rather interesting comment in the #Linux source code. I checked and it's been there since the initial #Git import in 2005. I'd love to know the story behind this one!

Welcome to #Palace4Software, Julia Hannah!
She is now working in the P4S #development Core #Team and has just published her first small but important #commit.
We're growing and now have three team members!
https://codeberg.org/org/Palace4Software/members
#foss #codeberg #programming #git #forgejo #dev #gamedev
