Compact Merge/Pull Summary in Git 2.51 ! 🇺🇸
🔎Zoom: https://nubecolectiva.com/comunidad/flyers/merge-pull-summary-git/
Resumen Compacto en Merge/Pull en Git 2.51 ! 🇪🇸
🔎Zoom: https://nubecolectiva.com/comunidad/flyers/resumen-merge-pull-git/
#programming #coding #programación #code #webdevelopment #devs #softwaredevelopment #git #github

ok, for those who moved from #github to #codeberg, did you do it repo by repo or one fell swoop?
#developers #SoftwareEngineer #git
https://dataopsleadership.substack.com/p/what-does-git-for-data-even-look
"What does git for Data even look like anymore?
🦕 Nessie — Git-Like Version Control for Data Tables
🧊 LakeFS — Git for Object Storage Itself
🏗️ Bauplan — GitOps and Metadata-Driven Data Dev
🛠️ Y42 — Git-Based DataOps with UI Abstraction
Data Version Control"
#dataengineering #data #git #versioncontrol
Git for Music – Using Version Control for Music Production (2023)
Link: https://grechin.org/2023/05/06/git-and-reaper.html
Discussion: https://news.ycombinator.com/item?id=45092895
Nouvel article de blog : "Ma stack de création d'articles de blog"
https://blog.mathdatech.fr/posts/2025/08/25/ma-stack-de-creation-d-articles-de-blog/
#blog #pelican #yunohost #git #nextcloud
@jacket With #jujutsu which is working on top of #git, you can easily do "changes" which are groups of commit not related to any branches.
I guarantee you've never done merge conflict resolution this easy when fusing your multiple changes.
I don't like #git for when I have to do multiple features that are all connected. I was looking for git compatible tools that lets you create change stacks. It's something between commits and a branch. The idea is to not have to push the full branch all the time and still work on the branch while it's being reviewed. I'm experimenting with #meta #sapling right now. It also features lazy fetching that I understand the idea, for big projects, fetching can take a long time. At the same time, I feel safer everyone has a full version of the git repo in case something happens to the server.
Out of the blue, I can no longer pull from or push to (via #ssh) any of my private #gitlab #git repositories on either my laptop or desktop, both of which run #arch #linux. 🙃
After like 3 minutes of nothing, I get:
```
ssh: connect to host gitlab.com port 22: Connection timed out
fatal: Could not read from remote repository.
```
I updated and replaced my public key on GitLab – but no dice.
It seems like all GitLab services are up. I haven't looked into it further yet, but ... 🤔
Los comandos que necesito para trabajar con git desde la terminal https://myblog.clonbg.es/los-comandos-que-necesito-para-trabajar-con-git-desde-la-terminal/ #Terminal #Git https://clonbg.es

Anyone know if there's a way to have #git not spit out the list of changes (diffs & create/delete/rename updates) when running git pull? Is it possible to configure this by repo?
Every time I pull main for work it floods my terminal with updates that I'm already aware have happened 😂
🌘 Git 應用於音樂製作:版本控制的革新
➤ 告別混亂的版本檔案,讓 Git 為你的音樂專案帶來秩序
✤ https://grechin.org/2023/05/06/git-and-reaper.html
本文探討軟體工程師如何將開發領域常用的版本控制工具 Git,應用於音樂製作中,以解決傳統檔案命名混亂、版本難以管理的痛點。作者透過初始化 Git 儲存庫、設定 `.gitignore` 檔案,以及定期提交(commit)專案進度,成功實現了對音樂專案檔案(如 Reaper 的 `.rpp` 檔案)的精確版本追蹤與管理,並提及 Git 在協作及作為專案待辦事項列表管理上的潛在應用。
+ 這真是個創新的想法!身為音樂製作人,版本管理確實讓人頭痛,Git 提供的解決方案聽起來非常實用。
+ 我很好奇,對於大型音訊檔案(如 WAV),Git 的處理效率如何?作者似乎忽略了這部分。
#音樂製作 #版本控制 #Git #軟體開發