git

Back Open Paginator
24.04.2026 10:34
axelrafn (@axelrafn@social.axelrafn.is)

One is from #Work the other is my #Personal server. Can you guess which is which?

#Gitea #Git #Development #Developer #Software





Show Original Post


24.04.2026 08:48
AlienJay (@AlienJay@burningboard.net)

RE: social.tchncs.de/@PC_Fluestere

Ich bin beim Lesen des Artikels gerade verwirrt.
Es wird geschrieben, das Microsoft bei GitHub spitzelt, indem sie in das CLI Telemetriecode eingebracht haben und KI Kram.

Zum Verständnis:
GIT ist Open Source
GitHub ist eine Plattform, auf der Sourcecode verwaltet wird mittels GIT. Es gehört Microsoft.

Wenn Microsoft nun in das CLI von GIT Spionagecode eingebracht hat, dann sind doch alle Plattformen betroffen, die GIT als Basis haben. Also z.B. auch GitLab.
Oder hat GitHub ein eigenes CLI unabhängig vom CLI von GIT? Und wenn das so ist, könnte ich dann nicht auch das originale CLI von GIT nutzen um bei GitLab Code zu verwalten und damit das Bespitzeln umgehen?

#GIT #GitHub #Microsoft




Show Original Post


24.04.2026 08:04
Python4DataScience (@Python4DataScience@mastodon.social)

We have integrated two features from Git 2.54:
• Git history: python4data.science/en/latest/
• Configuration-based Git hooks: python4data.science/en/latest/




Show Original Post


24.04.2026 01:01
sherwoodinc (@sherwoodinc@floss.social)

I am switching between #gnome and #kde, and I am having problems with #git #credentials. I have previously configured git in gnome to use #libsecret. That config works both in Gnome and Sway, but in KDE the KSshAskpass dialog pops-up. How can I make git use libsecret directly also in KDE?




Show Original Post


23.04.2026 22:01
hko (@hko@floss.social)

I just released version 0.1.8 of oct-git, a simple tool for Git signing and verification with #OpenPGP cards

crates.io/crates/openpgp-card-

This version implements automatic updating of certificates from keyservers (both for verification of signatures, usually by third parties, and for issuing signatures based on one's own signing certificate).

#GnuPG #PGP #Git #HSM




Show Original Post


23.04.2026 21:40
admin (@admin@mastodon.raddemo.host)

How to Utilize #Git Version Control in #cPanel (5 Minute Quick-Start Guide)

This guide walks cPanel users through setting up, managing, and deploying code using Git directly inside cPanel—without needing advanced server access. It’s ideal for websites, applications, and teams that want safe, repeatable deployments.
What Is Git Version Control in cPanel?
Git Version Control in cPanel provides a built-in interface for managing Git ...
Continued 👉 blog.radwebhosting.com/git-ver #gitversioncontrol




Show Original Post


23.04.2026 19:01
ChrisRichner (@ChrisRichner@fosstodon.org)

itiquette.codeberg.page/posts/

#git @forgejo #GitHub #demicrosoft #datasouvereignity




Show Original Post


23.04.2026 18:08
chrisc (@chrisc@hachyderm.io)

SaturdayMP Show #94: Debugging Git HTTP 400 curl 22 Error

youtube.com/live/D85HmPksOcs

In our first ever completely live episode, Omar and myself debug a GitHub push error Omar was experiencing. It was a new error for both of us and took a bit to figure out. The error was:

error: RPC failed; HTTP 400 curl 22 The requested URL returned error: 400

The tl;dw (to-long;didn't-watch) is the image was larger than the Git post buffer size. The fix was to compress the image, which is something we are doing for the Weekly Dev Chat website. Another fix is to increase the Git post buffer size.

StackOverflow Answer:
stackoverflow.com/questions/77

What does Git HTTP Post Buffer Really Do?
git-scm.com/docs/gitfaq/2.29.0

Weekly Dev Chat:
weeklydevchat.com/

Omar:
ashour.ca/

SaturdayMP:
saturdaymp.com/

Have a question you want answered in a future video? A challenging or interesting problem you want to see solved? Constructive feedback? Then comment, DM, or send an email to ask@saturdaymp.com.

Found this video useful? Then help others find it by liking, subscribing, sharing, and/or sponsoring:
github.com/sponsors/saturdaymp

Thanks for watching!

#saturdaympshow #git #github #postbuffer




Show Original Post


23.04.2026 15:44
lwn (@lwn@fedi.lwn.net)

[$] Famfs, FUSE, and BPF

The famfs filesystem first showed up on the mailing lists in early 2024; since then, it has been the topic of regular discussions at the Linux Storage, Filesystem, Memory Managemen [...]

lwn.net/Articles/1068686/ #LWN #Linux #kernel #Git #BPF #FUSE




Show Original Post


23.04.2026 15:32
smartgit (@smartgit@techhub.social)

Admit it: you’ve definitely guessed during a merge conflict, just hoping you didn't accidentally delete your own code. 😅

Let's settle the most confusing naming convention in version control once and for all!

For an unmerged file during a normal git merge, which mapping is correct?
----

Don't just guess—know for sure. 🧠 Check the correct answer and solidify your version control workflow with interactive feedback here 👉 git-skills.dev/quiz/conflicts-

#Git #SmartGit #Programming #SoftwareEngineering #DeveloperLife #CodeNewbie #100DaysOfCode #TechQuiz

ours=base,theirs=working
ours=local,theirs=remote
ours=current,theirs=other
ours=other,theirs=current




Show Original Post


23.04.2026 15:22
habr (@habr@zhub.link)

С Vim удобно программировать (часть I)

Статья о том, как своими руками в Vim сделать универсальный (т.е. работающий для разных языков программирования) REPL (от англ. read-eval-print loop — цикл “чтение — вычисление — вывод”), да и просто сделать этот редактор более удобным.

habr.com/ru/articles/1022400/

#vim #vimscript #bashскрипт #bash #linux #git




Show Original Post


23.04.2026 11:06
brezelradar (@brezelradar@norden.social)

Dear #lazyweb

is it possible to tell gitk to also preview diffs for UTF16 files?

#git #gitk




Show Original Post


1 ...7 8 9 10 11 12 13 14 15 16 17 ...347
UP