[lien] GitOps and ArgoCD technical description - Morgan - CacahuĂštes đ„ #cloud #gik #git #k8s
groff 1.24.0 released
https://lwn.net/Articles/1060786/ #LWN #Linux #Debian #Android #Perl #Git
Now the problem, if I run `git init` without `--object-format=sha256` I won't be able to fetch a sha256 repository I add with `git remote add` afterwards. Is there a "proper" way to fix this? Best I could come up with is `git ls-remote 'https://codeberg.org/kpcyrd/ssh-keyonly.git' | cut -f1` and count the oid length? #git
@RtoRitte
SobrevivĂ a las guerras #UNIX
Vi nacer #Linux
Vi nacer #git
SobrevivĂ a la crisis de las puntocom
SobrevivĂ al fin del mundo segĂșn los Mayas
SobrevivĂ al fin del mundo segĂșn el cambio de siglo
SobrevivĂ a la crisis de los 5 presidentes en una semana
SobevivĂ al COVID
Seguimos en carrera.
Come usate #git?
#github #codeberg #gitlab #corso #questionario #linux @milano
Lieferketten-Wurm đȘ± mit eigenem #MCP-Server verbreitet sich ĂŒber #GitHub | Developer https://www.heise.de/news/Lieferketten-Wurm-mit-eigenem-MCP-Server-verbreitet-sich-ueber-GitHub-11190554.html #git
#ShaiHulud #malware #InfoStealer
No sé si estoy preparado para resolver conflictos en #git
buf, me pierdo...
No sé si alguien estå preparado para eso!! jejeje
Commit-Nachrichten sind oft das unterschĂ€tzteste Werkzeug in der Softwareentwicklung. WĂ€hrend Code-QualitĂ€t, Architekturentscheidungen oder Testabdeckung regelmĂ€Ăig im Mittelpunkt stehen, geraten Commit-Messages hĂ€ufig in den Hintergrund. Dabei sind sie weit mehr als nur ein notwendiger Beglei
https://magicmarcy.de/commit-nachrichten-sind-keine-nebensache
#commit #Git #push #Kommunikation #Versionskontrollsystem #Softwareentwicklung #konkrete_Ănderung #Ănderungen #Verlauf #Nachricht
Did you know; if you write a #python script to repeatedly update a readme and then ammend the last #git commit, you can eventually arrive at a readme with a configuration section listing that commit ... so ... so your documentation will technically be perfect?
Also? If you do the above and print the hash sums to the shell you will notice that the git commit hashes are actually based on the clock time, so, it's much quicker to just use that one?
@skye i know, it is not like real time, but #git at least offers a good way to collaborate and one can use cli or what editor you like most for accessibility.
Les fichiers qui commencent souvent par un . (le plus connu étant .gitignore, je suppose) permettant d'ajuster pas mal de choses pour Git.
Gitâs Magic Files | Andrew Nesbitt
https://nesbitt.io/2026/02/05/git-magic-files.html
Ack.
Corrupt object in bup repo
Like, the object is there, but reading it fails
There doesn't really seem to be any tooling to deal with this
I moved the packfile out of the repo and then did git unpack-objects -r, so we got the non-damaged stuff out of it, but now it's loose objects and I don't think bup knows how to find those
so now git repack, I guess? but that's really slow and taking forever and giving absolutely zero progress info and I hope it's not going to try to reshuffle around all 400 GB or whatever in the entire repository.