Using Git add -p for fun (and profit)
https://techne98.com/blog/using-git-add-p/
#HackerNews #Using #Git #add #-p #for #fun #(and #profit) #Git #GitTips #Programming #Productivity
Leyendo sobre la herramienta de apropiación tecnológica del proletariado digital.

¿Y lo bien que se ve todo con GitKraken?
#coding #git #gitkraken #python

Hier das offizielle Logo und die Webpage-URL in kurz:
\__
#opensource #FOSS #FLOSS #forgejo #awesome #delightful #git

🌘 分支、測試、部署:資料處理的 Git 式方法
➤ 運用 Git 概念革新資料處理流程,實現穩定高效的部署
✤ https://motherduck.com/blog/git-for-data-part-1/
這篇文章探討如何將 Git 的分支、測試和部署概念應用於資料處理,以解決資料管線故障、測試新轉換以及維護不同環境一致性的挑戰。文章比較了傳統 Git 與資料工作流程的差異,並分析了現今 Git 在資料領域的應用現況與關鍵架構概念。作者強調,雖然直接使用 Git 處理大型資料不切實際,但其版本控制、回溯、差異比較和分支合併等核心思想,能為資料團隊帶來更高的穩定性和效率,作者並預告下一篇文章將深入探討相關工具。
+ 這篇文章的觀點很有啟發性!我一直覺得資料處理的部署和回滾機制非常混亂,期待 Part 2 介紹的工具。
+ 非常同意作者的觀點,用 Git 的思維來管理資料狀態,絕對是未來資料工程的重要方向。
#資料工程 #Git #資料管理 #工作流程
Production Ready Data Science by Khuyen Tran is on sale on Leanpub! Its suggested price is $25.00; get it for $10.50 with this coupon: https://leanpub.com/sh/DkLQoySH #DataScience #Python #SoftwareEngineering #VersionControl #Git
@n0kovo do you really think folks following the #git hashtag feel the same way?
I'll admit it's easy to get yourself in trouble with it when you don't know what you're doing, but once you do it's incredibly useful and helpful. But then, I even enjoy fixing the odd occasional mistake; I rather like the idea of "repairing the timeline".
I mean, at one stage, I was using git for my Kernal Space Program rocket designs. For me it was just that useful and fun to use.
Software, loosely sorted by how much it has made me yell:
1. Git
2. GCC/Make/Autotools
3. Vim
4. GRUB
5. Ableton Live (in a good way)
6. Tar
7. PowerShell
8. Rsync
9. Pro Tools (not in a good way)
10. iptables
11. SSH
12. GIMP
(TBC)
#git #opensource #software #foss #programming #linux
I honestly don't think I've ever used Git for anything, besides cloning repos, without ending up yelling.
#git #opensource #software #foss #programming #linux #fuckgit
A performance testing surprise I did not have on my bingo card this month: #gitg being 3 times slower to reload a git repository compared to the initial load. It… it can't be! ![]()
https://gitlab.gnome.org/GNOME/gitg/-/issues/507
#Sysprof #profiling #git #GNOME
Well, I'm came up with the best idea to taking notes: GitHub (git commands.)
I made the folder on my system with all my .md files (notes) and init GitHub in it. And that's it.
On my phone (android) I'm using GitNotes, and it's automatically syncing all my notes and changes in them.
On pc, to sync all changes from phone to pc, I just use 'git pull'. It's amazing and really easy, worth to try.
#GitHub #Privacy #Notes #NoteTaking #Git
Since i started working with AI, I am finding myself using `git worktree` a lot. So I wrote a small helper script (with AI), to make it easier for me to write `git worktree` commands