Tạo tài liệu tự động bằng AI! DocsMindDraftWB: Hỗ trợ 7 ngôn ngữ (JS, TS, Python...), tích hợp Git, API tận dụng tối ưu. Tải về NPM v1.0.0. #AI #TàiLiệu #OpenSource #JavaScript #GiảiPhân #Git
https://www.reddit.com/r/SideProject/comments/1o6ffwh/spent_2_weeks_building_an_ai_documentation/
Allez, je tente ma chance !
Coucou le Fedivers !
Je suis un queeros qui a travaillé 11 ans en librairie d'occasion et je me reconvertis cette année dans le #DéveloppementWeb
J'ai fini un bootcamp au printemps et recherche actuellement une entreprise en #alternance pour intégrer un mastère en développement web et #cybersécurité.
Mes compétences : #FullStack, #HTML, #CSS, #JavaScript, #React, #NextJS, #NodeJS, #Express, #MongoDB, #Git
1/2
Has anyone in range of my voice tried out @radicle (a federated code forge)? Trying to rid myself of MS and this looks promising?
My original/current plan is Forgejo on self-hosted YunoHost, but for open source I like the idea of federating.
If you wouldn't mind boosting for reach, I'd appreciate that
Es liegt wahrscheinlich an mir, aber meine Vorstellungen einer „clean and intuitive UI“ sehen etwas anders aus. Immerhin wackelt alles schön animiert bei jeder Interaktion. #git #ungit #ui

Never trust other people's benchmarks: For #sydbox benchmarks are run in CI with different profiles over #git compilation. #gvisor is also used with ptrace and systrap backends to have a solid ground to compare against. Unlike the unrealistic getpid benchmark which gvisor devs use in their blogpost to justify systrap is noticably faster, our benchmark claim the opposite. This on its own proves nothing but it's enough reason to be skeptic about benchmarks. #exherbo #linux https://builds.sr.ht/~alip/job/1587917#task-bench
c’t-Workshop: Effiziente Softwareentwicklung mit GitLab
Im c’t-Workshop lernen Administratoren praxisnah, GitLab sicher zu betreiben, Projekte zu verwalten und CI/CD-Pipelines optimal einzusetzen.
#Git #IT #Softwareentwicklung #Versionskontrolle #news
I'm getting really disturbing #git behaviour recently. I'm starting to use `git rebase -i main` a lot because this company likes to preserve small commits when merging PRs (which I support, but is new to me).
But if I select `edit` for the two most recent commits then I end up squashing them together....
Editing the files on the first commit goes well, (edit, then `git add blah` & `git commit --amend`)
But when I go to `git commit --amend` on the second commit I end up squashing it.
HALP!
I swear that #git reflog is one of those tools that perfectly reflects an abusive relationship with someone you love dearly.
That, or I'm perpetually too stupid to figure it out the first time. Also reflects my relationship status, per my wife.
Git: Gestione dei Tag (Tagging)
https://giovannilubrano.blogspot.com/2025/10/git-gestione-dei-tag-tagging.html
Nessa semana tive que aprender a trabalhar com o #git. Então aproveitei e criei um repositório onde estou compartilhando a lista de classificação da NBR 15965 para quem trabalhar com #bim, #openbim.
Hacer que git no pida contraseña https://myblog.clonbg.es/hacer-que-git-no-pida-contrasena/ #Git #Seguridad https://clonbg.es

🌘 立即切換至 Jujutsu:一份教學
➤ 告別 Git 的複雜,迎接 Jujutsu 的直觀與彈性
✤ https://www.stavros.io/posts/switch-to-jujutsu-already-a-tutorial/
本文作者分享了他從使用 Git 的挫敗感轉向 Jujutsu 的過程。他認為 Git 的學習曲線陡峭且概念抽象,而 Jujutsu 則提供了一個更直觀、更靈活的版本控制模型。作者透過強調 Jujutsu 的「樂高積木」式操作,讓使用者能像玩黏土一樣自由地修改和重塑提交(commit),從而解決了 Git 中難以編輯舊提交的問題。Jujutsu 的設計還消除了 Git 中複雜的暫存區,讓使用者始終處於一個提交狀態,大幅簡化了工作流程,並能與 Git 無縫整合。
+ 太棒了!我一直覺得 Git 的指令很難記,總是用錯。Jujutsu 聽起來正是我需要的!
+ 我對 Jujutsu 的「提交可變」感到驚訝,但作者解釋得很有道理。期待實際操作!
#軟體開發 #版本控制 #Jujutsu #Git