git

Back Open Paginator
28.02.2026 09:05
kubikpixel (@kubikpixel@chaos.social)

Opengist

Self-hosted pastebin powered by Git, open-source alternative to Github Gist

🧑‍💻 opengist.io

#git #gist #opengist #web #code #coding #pastebin #onlinetool #it #opensource #dev #foss #floss #development #multilingual




Show Original Post


28.02.2026 01:49
argv_minus_one (@argv_minus_one@mastodon.sdf.org)

@agowa338

That didn't work. 😔

I'm pretty sure that setting only applies to core #Git (which I believe uses #curl), not LFS (which is a Go program with a completely different HTTP stack).

That's actually an issue on Windows too. IIRC, you can set the sslBackend to schannel on Windows to make Git use Windows' certificate store (instead of plain certificate files like OpenSSL), but this *also* won't work with LFS!

Maybe we could convince the #GitLFS devs to rewrite it in #libcurl? 🤭




Show Original Post


28.02.2026 01:37
sayzard (@sayzard@mastodon.sayzard.org)

[prek - Rust로 재개발한 더 나은 pre-commit

prek는 Rust로 재개발된 pre-commit 대체 도구로, Git hook 관리의 속도와 효율성을 높이는 것을 목표로 합니다. 병렬 처리 구조를 통해 훅 설치 및 실행 시간을 단축하며, 주요 프로젝트에서 이미 채택되고 있습니다. 다중 언어 툴체인 통합 관리, 워크스페이스 환경 지원, 향상된 CLI 명령어, 공급망 공격 완화 기능 등을 제공합니다.

news.hada.io/topic?id=27066

#rust #git #precommit #devtool #monorepo




Show Original Post


28.02.2026 01:32
argv_minus_one (@argv_minus_one@mastodon.sdf.org)

Well, #Apple has put me in a bit of a pickle.

I work for an org with a private #CA that issues 50-year #TLS certificates. One such certificate protects #Git repos on a #Forgejo instance.

#GitLFS on #macOS says the cert is “not standards compliant”!

The CA/B standards on certificate lifetime aren't supposed to apply to private CAs (that's the org's business, not the CA/B Forum's), but for reasons I cannot fathom, Apple enforces them on private CAs too…and therefore so does Git-LFS! 🤦‍♂️




Show Original Post


28.02.2026 00:25
AndriiKuznietsov75 (@AndriiKuznietsov75@social.kyiv.dcomm.net.ua)

📝 Шпаргалка з #Git👇





Show Original Post


27.02.2026 22:14
kalvn (@kalvn@framapiaf.org)

Les fichiers (souvent préfixés d'un point `.`) qui permettent de changer le comportement de Git dans un repo donné.

🔗 nesbitt.io/2026/02/05/git-magi

#Git #configuration




Show Original Post


27.02.2026 20:57
effigies (@effigies@mas.to)

A full list of authors, sorted by first commit:

`git log --pretty='%ai %aN' | sort -k 4 | uniq -s 26 | sort`

#git




Show Original Post


27.02.2026 15:45
smartgit (@smartgit@techhub.social)

Deleted a branch by accident and now all you hear is silence? 🤦‍♂️

It’s just a Tuesday in Git, which almost never actually deletes anything.

The Reflog (Reference Log) records every single time your HEAD moves—every commit, every checkout, and every "accidental" deletion.

As long as you did a commit at some point, that code is still in your local database for 30–90 days, waiting for you to find its hex code and bring it back to life.

#Git #GitTips #SoftwareEngineering #SmartGit #Programming





Show Original Post


27.02.2026 12:50
admin (@admin@mstdn.feddit.social)

用我自己的Forgejo Mirror了一下

git.pleroma.social/pleroma/ple ——> git.fedditlab.de/jay/pleroma
git.pleroma.social/pleroma/ple ——> git.fedditlab.de/jay/pleroma-fe

#forgejo #pleroma #git




Show Original Post


27.02.2026 12:16
asfaload (@asfaload@mastodon.social)

Trying to make Asfaload both secure and future proof by using sha256 oids in its backend. This has a performance cost as we need to shell out to the CLI, the libraries support of sha256 oids being WIP. Hoping we don't need to go back to sha1 oids as converting later would be a disrupting change




Show Original Post


27.02.2026 11:56
jpmens (@jpmens@mastodon.social)

Soft Serve: a tasty, self-hostable Git server for the command line. 🍦

github.com/charmbracelet/soft-

- Easy to navigate TUI available over SSH
- Clone repos over SSH, HTTP, or Git protocol
- Git LFS support with both HTTP and SSH backends
- Manage repos with SSH
- Create repos on demand with SSH or git push
- Browse repos, files and commits with SSH-accessible UI




Show Original Post


27.02.2026 11:16
qiita (@qiita@rss-mstdn.studiofreesia.com)

git worktreeを使用した開発の個人的詰まりポイント
qiita.com/I635230/items/c23d33

#qiita #Git #worktree




Show Original Post


1 ...68 69 70 71 72 73 74 75 76 77 78 ...347
UP