git

Back Open Paginator
02.11.2025 20:17
giacomo (@giacomo@snac.tesio.it)
@mtorchiano@mastodon.uno

So far I'm still a bit ambivalent about #git. I was probably the first adopter in my company, and pushed a lot when the moved from svn an sourcesafe (!!!), but they picked mercurial instead ('because it is simpler")

The main reason I prefer #fossil is that it's simpler. It's literally a #CGI you can deploy on any shared hosting and it gives you much more than what you get from git. You get a forum, a wiki, fine grained access control and so on, all in a single trivial-to-backup #sqlite database.

You can give a look at https://code.tesio.it/p/self-hosting/doh.cgi/dir?ci=tip for my last hobby project.



Show Original Post


02.11.2025 19:39
h4ckernews (@h4ckernews@mastodon.social)

At the end you use Git bisect

kevin3010.github.io/git/2025/1




Show Original Post


02.11.2025 19:25
hn50 (@hn50@social.lansky.name)

At the end you use Git bisect

Link: kevin3010.github.io/git/2025/1
Discussion: news.ycombinator.com/item?id=4

#git




Show Original Post


02.11.2025 19:17
GripNews (@GripNews@mastodon.social)

🌗 善用 Git Bisect 找出引入 Bug 的提交
➤ 如同 LeetCode 的「First Bad Version」,Git Bisect 讓你輕鬆找出程式碼的錯誤源頭
kevin3010.github.io/git/2025/1
開發者在單一倉庫(monorepo)中,面對大規模提交卻出現難以追蹤的測試失敗。透過應用二元搜尋(binary search)的概念,Git Bisect 工具能夠高效地協助開發者定位到引入問題的確切提交紀錄,從而快速解決 Bug。
+ 這個工具太實用了!過去遇到類似情況,花了好幾個小時手動查找,原來用 Git Bisect 幾分鐘就搞定了。
+ 我一直覺得演算法離實際開發很遙遠,這篇文章讓我看到二元搜尋在日常開發中的應用,真是茅塞頓開。




Show Original Post


02.11.2025 18:50
hacker_news_bot (@hacker_news_bot@mastodon.social)

📜 Latest Top Story on : At the end you use Git bisect
🔍 Original Story: kevin3010.github.io/git/2025/1
👤 Author: _spaceatom
⭐ Score: 26
💬 Number of Comments: 6
🕒 Posted At: 2025-11-02 17:24:39 UTC
🔗 URL: news.ycombinator.com/item?id=4




Show Original Post


02.11.2025 15:58
giacomo (@giacomo@snac.tesio.it)
A must-read for tech people: https://jsteuernagel.de/posts/a-prison-of-my-own-making/

In other words: #bigtech corporate tools will turn your freedom spaces into jails. Literally by design.

I reached the same conclusion as @jana@social.jsteuernagel.de but through a different (maybe more political path, but the conclusion is the same: never trust the hyped overcomplicated tech designed, built and controlled by large US corporation, be them #opensource or not.

I use #convivial technology.

Simple tools and protocols (like older ones) that let you build what you (and your friends) need without enslaving you one way or another.

To me this goes down to programming languages and operating systems. For example I prefer tools coded ib #C then in #Rust or #Go (or any #LLVM crap).

I prefer Netsurf and Claws-Mail to #Google and #Mozilla spywares (despite still using #Librewolf a lot).

I prefer Fossil to #Git, #Sqlite to basically any other RDBMS.

I prefer #CGI to #PHP, and #PHP to any other more "modern" technology.

At work I have to use all sort of crapware (#Teams, #Kubernetes, #SQLServer...) designed to reduce workers' degree of freedom.

But at home, to serve the needs of my family and friends, I stick to simpler tools, that work better and are still fun.



Show Original Post


02.11.2025 15:38
wildrikku (@wildrikku@mastodon.gamedev.place)

I use git in a shell because that's just what I prefer, and I have a lot of aliases set up to shorten commands, e.g. just "g" will be git commit, "gp" is git push etc.
I just realized that this also gives me some safety. I use PageUp to complete the currently typed thing to the last command I executed that starts the same. This will never wrongly complete my aliases to something like "git reset" because I do not have aliases for that and none of my aliases start with "gi".
#git #shellScripting




Show Original Post


02.11.2025 12:34
bitbraindev (@bitbraindev@mastodon.gamedev.place)

Coded for 2 hours and accidentally ran `git reset HEAD --hard` and all my progress is lost.

Actually, it's not! Git has a cool command called:

`git fsck --full --no-reflogs` where you can find "dangling" blobs (files git remembers but has not yet committed)

#git #protip




Show Original Post


02.11.2025 12:00
datascience (@datascience@genomic.social)

{piggyback} makes it easier to attach large files (e.g. input data) to code in github repos: github.com/ropensci/piggyback #rstats #git




Show Original Post


02.11.2025 10:02
post (@post@programming.dev)

Git Rev News Edition 128 (October 31st, 2025)

programming.dev/post/40074785




Show Original Post


01.11.2025 17:19
frankel (@frankel@mastodon.top)

You already have a #git server

maurycyz.com/misc/easy_git/




Show Original Post


01.11.2025 16:30
blablalinux (@blablalinux@mastodon.blablalinux.be)

Le site officiel Gitea : about.gitea.com/products/gitea/

Le projet sur GitHub : github.com/go-gitea/gitea

#Gitea #DockerCompose #AutoHébergement #Git #DevOps #OpenSource #BlablaGit





Show Original Post


1 ...207 208 209 210 211 212 213 214 215 216 217 ...348
UP