git

Back Open Paginator
29.04.2026 00:00
eddiereasoner (@eddiereasoner@mstdn.social)

Does anyone know of a good iOS app for @gitea? I recently set up an instance and am trying to use it more.

#gitea #software #git #selfhosted #DevOps #softwaredevelopment




Show Original Post


28.04.2026 23:55
n (@n@gotosocial.tourmentine.com)

[lien] Carrot disclosure: Forgejo - Lobsters (dustri.org via 7tehdt3cnw6kir6o) #security #gik #git #net




Show Original Post


28.04.2026 22:23
GripNews (@GripNews@mastodon.social)

🌗 幻影補丁:Git 補丁格式的隱患與潛在風險
➤ 當「補丁」包含不應存在的檔案:論 Git `.patch` 匯出機制的信任危機
samizdat.dev/phantom-patch/
軟體開發中,開發者常使用 `curl` 或 `wget` 下載 GitHub 提供的 `.patch` 檔案,再透過 `GNU patch` 工具進行應用。然而,作者發現了一個嚴重的解析缺陷:如果提交訊息(commit message)中包含偽造的 `diff` 格式文字,`GNU patch` 工具會將這些偽造內容視為實際補丁的一部分一併執行。這種「幻影補丁」攻擊手法能讓惡意內容在開發者的機器上非法建立檔案,甚至有潛力覆蓋系統敏感路徑,這揭示了補丁格式解析邏輯中存在的安全信任漏洞。
+ 這太可怕了。我以前為了省事,經常直接抓取 GitHub 的 patch 連結並用 `patch` 指令安裝,完全沒檢查裡麪包含什麼。看來以後得仔細審閱提交訊息了。
+ 這是一個有趣的發現。這反映了 GNU `patch` 工具在設計上過於
Patch




Show Original Post


28.04.2026 20:39
nsrosenqvist (@nsrosenqvist@mastodon.social)

I created this small hook script that helps you work with and issue tagging for commit messages (eg. ). Zero dependencies, pure . I hope it can be useful to someone.

github.com/nsrosenqvist/sprig-




Show Original Post


28.04.2026 20:07
norviktech (@norviktech@mastodon.social)

High Performance Git y su Impact…

High Performance Git es una guía técnica escrita por Ted Nyman que se enfoca en las internals de Git, especialmente en el manejo de grandes repositorios. Esta obra es esencial para desarrolladores que buscan optimizar sus flujos de trabajo y mejorar la eficiencia del control de versiones.

norvik.tech/news/analisis-high





Show Original Post


28.04.2026 19:30
aral (@aral@mastodon.ar.al)

One of the beautiful things about Sublime Merge¹ (and git/diffs) is that you can see exactly what has changed in complex expected values in tests to ensure that you’re updating the tests without overlooking regressions.

(This is from the Markdown page loader tests in Kitten², as I’m refactoring to implement the upcoming breaking change in the stateful components API³ as it affects the generated code for stateful layout components in Markdown pages.)

¹ Which I always have running, full-screen on its own monitor.
² kitten.small-web.org
³ Currently experimental and undocumented but that should change once this breaking change is implemented.

#git #diff #unitTests #tape #SublimeMerge #Kitten #SmallWeb #web #dev #developerExperience





Show Original Post


28.04.2026 17:26
andrewlock (@andrewlock@hachyderm.io)

Blogged: New features in Git 2.54: easier rebasing, hooks, and statistics

andrewlock.net/new-features-in

In this post I show some of the new features in Git 2.54 including simple rebases with git history, config-based hooks, and stats with git repo structure

#git




Show Original Post


28.04.2026 17:22
smartgit (@smartgit@techhub.social)

Which modern command discards tracked uncommitted changes in your working directory?

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/undoing-ch

#Git #GitSkills #SmartGit #Coding #SoftwareEngineer #programming #developers

git checkout -- .
git restore .
git clean -fd
git restore --staged .




Show Original Post


28.04.2026 16:20
tapetitecassie (@tapetitecassie@mastodon.social)

Et évidemment dans tout autre contexte c'est la base





Show Original Post


28.04.2026 16:13
lwn (@lwn@fedi.lwn.net)

[$] Strawberry is ripe for managing music collections

There are dozens of music-player applications for Linux; the options range from bare-bones programs that only play local files to full-blown music-management projects with a full s [...]

lwn.net/Articles/1069368/ #LWN #Linux #Git




Show Original Post


28.04.2026 16:02
smartgit (@smartgit@techhub.social)

The screen turns red and your heart drops... It's the dreaded merge conflict 😱

But do you know what Git is doing behind the scenes while you panic?

Think you nailed it? 👀 Verify your answer & level up your #Git game here 👉 git-skills.dev/quiz/git-confli

#SmartGit #SoftwareEngineering #Coding





Show Original Post


28.04.2026 16:02
escolalinux (@escolalinux@mastodon.social)

🔍 Desmistificando o Debate Git vs. GitHub: Entendendo as Principais Diferenças 🖥️🔗

Git e GitHub são frequentemente confundidos, mas possuem funções distintas no mundo do desenvolvimento. Descubra as diferenças essenciais entre eles e como cada um pode beneficiar seus projetos!

👉 Saiba mais no blog: nova.escolalinux.com.br/blog/d




Show Original Post


1 2 3 4 5 6 7 8 9 10 11 ...347
UP