git

Back Open Paginator
11.08.2025 08:50
unixbhaskar (@unixbhaskar@mastodon.social)

While sipping my hot lemon tea 🍋🫖 and giving a glance at it...





Show Original Post


10.08.2025 23:01
issyl0 (@issyl0@ruby.social)

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




Show Original Post


10.08.2025 22:58
w (@w@peertube.wtf)

Gupaxx development v1.11.0 Part 17: Integrating a p2pool compatible node explorer - 8/10/2025, 4:45:21 PM

peertube.wtf/w/8Wvprqmf5UWHmi6




Show Original Post


10.08.2025 22:10
objects (@objects@alceawis.com)

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

X https://github.com/Ry3yr/ry3yr.github.io/actions/runs/16855638849/workflow
https://github.com/Ry3yr/ry3yr.github.io/actions/runs/16865761973

Had to rewrite the stupid yml to even get it to work..
No wonder I no longer use #github much ( <3 Litespeed )

This is a burden
https://chatgpt.com/share/6898f7fa-f734-800e-ace5-59613ef70169
:ablobcatbongo:
In the end I had to ask AI chan cause this is very confusing.

I hate #git ..
Maybe I need2 :gitgud:

:lucyalarm:

#repost •acws #acws #github #GithubActions #Commit


Show Original Post


10.08.2025 22:10
rdnlsmith (@rdnlsmith@mastodon.social)

BLOG: The Best Way to Put Em Dashes in a Git Commit Message

rdnlsmith.com/posts/2025/003/g

(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.)




Show Original Post


10.08.2025 17:51
Shepharo (@Shepharo@mastodonapp.uk)

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.

#FediHire




Show Original Post


10.08.2025 15:47
lambdageek (@lambdageek@mastodon.social)

Right now, go to your most frequently used git repos and run

git maintenance register

git-scm.com/docs/git-maintenan




Show Original Post


10.08.2025 14:33
boilingsteam (@boilingsteam@mastodon.cloud)

Gitea v1.24.4 Released: github.com/go-gitea/gitea/rele
#linux #update #release #foss #gitea #git




Show Original Post


10.08.2025 14:04
musicmatze (@musicmatze@social.linux.pizza)

Oh goooood I love #git so much




Show Original Post


10.08.2025 11:16
covert_czar (@covert_czar@mstdn.social)

f-droid.org/packages/io.github
Him: lemme see your github profile
My GitHub repositories --
തക്കാളി 2½ kg
Beans 100
Cabbage 1

#FOSS #Git #GitHub #Linux #gitnote




Show Original Post


10.08.2025 04:44
carbsrule_en (@carbsrule_en@polyglot.city)

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!





Show Original Post


09.08.2025 21:09
Palace4Software (@Palace4Software@mastodon.online)

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!

codeberg.org/org/Palace4Softwa

#foss #codeberg #programming #git #forgejo #dev #gamedev





Show Original Post


1 ...329 330 331 332 333 334 335 336 337 338 339 ...347
UP