git

Back Open Paginator
09.12.2025 09:22
maelle (@maelle@mastodon.social)

Do you know how to input the commit message when using Git revert? So that no Git editor is opened?

You can't, you have to do it in two steps

git revert --no-commit <SHA>
git commit -m "<message>"

stackoverflow.com/a/48070921

Something I learnt thanks to teaching at LatinR! 🙏




Show Original Post


08.12.2025 20:15
octoate (@octoate@mastodon.social)

Die nächste geht von mir in diesem Monat an @Codeberg. Eine sehr gute GitHub Alternative (natürlich nicht der gleiche Funktionsumfang) und pfeilschnell 🙂. Mittlerweile habe ich meine neuen Repositories da angelegt. Auch hier: vielen Dank für eure Arbeit! codeberg.org




Show Original Post


08.12.2025 17:19
ligasser (@ligasser@social.epfl.ch)

I think I remember having read about #git #worktrees in a remote past, but today I rediscovered them when Claude proposed it to work in parallel on multiple features:

geeksforgeeks.org/git/using-gi

It's actually a nice way of having multiple views of a given git repo. I used to do

git clone path/to/other/repo

and then do commit/push to/from these repos. But it was always a mess! Using `git worktrees` you can have this in a more ordered fashion!




Show Original Post


08.12.2025 15:00
hn50 (@hn50@social.lansky.name)

Show HN: Lockenv – Simple encrypted secrets storage for Git

Link: github.com/illarion/lockenv
Discussion: news.ycombinator.com/item?id=4

#git




Show Original Post


08.12.2025 13:46
salcode (@salcode@phpc.social)

Creating/managing aliases is interesting.

I'm renaming one of my Git aliases to optimize tab completion.

Old Aliases:
git open-pr-github
git open-pr-codeberg

required typing `git open-pr-g` until I could tab complete.

New Aliases:
git gh-open-pr
git cb-open-pr

Now I can type just `git gh` and tab complete.

#git #github #savingKeystrokes

github.com/salcode/salcode-git




Show Original Post


08.12.2025 10:56
h4ckernews (@h4ckernews@mastodon.social)

Lockenv – Simple encrypted secrets storage for Git

github.com/illarion/lockenv




Show Original Post


08.12.2025 09:23
notes (@notes@hatoya.cafe)

Current front page of GitLab ​:cat_fall:​

#gitlab #git #ai #aislop





Show Original Post


08.12.2025 08:21
fiee (@fiee@literatur.social)

Sagt mal, ITler*innen:

Ist jemand willens & in der Lage, eine #git #Schulung für meine ~4–8 Kolleg*innen zu geben?

(Wir arbeiten mit git & GitLab, aber manche ohne zu wissen, was sie tun.)

Angedacht sind 2 Tage vor Ort in der Nähe von Gießen.
Die Angebote, die wir bisher eingeholt haben, waren exorbitant teuer, nur online und nicht auf uns zugeschnitten.

Näheres per DM.

:boost:




Show Original Post


08.12.2025 05:38
amorillo (@amorillo@mastodon.social)

Fabric data agents support CI/CD, ALM flow, and Git integration. These enhancements help you implement best practices for managing your data agent artifacts and tracking changes, leading to more reliable and collaborative development.

blog.fabric.microsoft.com/en-U




Show Original Post


07.12.2025 10:11
e7_87 (@e7_87@mathstodon.xyz)

github.com/orgs/community/disc

No "Issues" to enable in a forked repo

#github #git




Show Original Post


07.12.2025 05:17
nubecolectiva (@nubecolectiva@mastodon.social)

What is Git Made Of? 🇺🇸
🔎Zoom: nubecolectiva.com/comunidad/fl

¿Con Qué Está Hecho Git? 🇪🇸
🔎Zoom: nubecolectiva.com/comunidad/fl





Show Original Post


07.12.2025 04:03
mcepl (@mcepl@en.osm.town)

2. Then I was talking with my colleague about improving #osc to work better with #git on the older #SUSE distros. Not actually having done anything specific, but there seems to be some progress.

3. One thing which I really missed from #git-bug is working with todo.sr.ht . With kind help of LLMs, I have managed to create two PRs, which could help: github.com/git-bug/git-bug/pul and github.com/git-bug/git-bug/iss That seems to be at least on the way too.

[2/]




Show Original Post


1 ...165 166 167 168 169 170 171 172 173 174 175 ...348
UP