With divergent branches with #git merge you get non linear history , with rebase merger local on top of fetched , you don't
Branching strategy matters , for later
I stick w the simplest
Stable
Staging
Main
Dev
Programmers don't have diarrhoea.
They have "gut reset --hard"
⚡️ TypeScript Takes the Lead on GitHub Octoverse 2025
🏷️ #devdigest #dotnet #net #git #github
https://devdigest.today/goto/5023
@kasdeya After having this experience one too many times, I broke down and read the book: https://git-scm.com/book/en/v2 #git
ok, this was a cool new feature to see in #zed, a #git stash view.
https://github.com/zed-industries/zed/pull/38280
Công cụ mã nguồn mở mới: `git-recently`! Giúp bạn xem ngay các tệp Git đã thay đổi gần đây (chưa staged/untracked) trực tiếp từ terminal. Danh sách được sắp xếp theo thời gian, hiển thị rõ ràng và hỗ trợ đa nền tảng (Linux, macOS, WSL). Tiết kiệm thời gian với một lệnh đơn giản!
#git #opensource #developer #tool #terminal #congnghe #manguonmo #laptrinh
https://www.reddit.com/r/opensource/comments/1ol4f05/new_opensource_tool_gitrecently/
Ah mais ça aussi c'est très bien ! Et ça colle vraiment avec mes pratiques de nommage de branche ! https://github.com/ytreister/gibr #git #plugin #automatisation #opensource #commandline
Ca ressemble presque à un bon usage des llms pour un développeur ... (je me demande juste comment intégrer ça dans VSCode) https://github.com/cellwebb/gac #git #commit #ia #générateur #opensource #software
⚡️ From Prompt to Production in 30 Minutes
🏷️ #devdigest #dotnet #net #git #github #microsoft
https://devdigest.today/goto/5022
After trying a bunch of blogging platforms, I built my own website from scratch. No WordPress, no Substack, no Medium. Just HTML, CSS, and a little but of love. It’s simple, it’s mine, and it’s a work in progress. I wrote about the process here:
https://atlantajoe.github.io/blog_articles/2025-10-31.html
#HTML #CSS #git #github #linux #webdev
Gibr: A Git CLI tool for intelligently creating branch names
https://programming.dev/post/39988566
RE: https://mastodon.social/@h4ckernews/115469239730012001
I learnt a good nomenclature for branches a long time ago and this is close but misses out the `<username>` or `<user>¬.
<user>/<issue>-<short_description>
Including this metadata makes it easy to see...
- who created the branch
- what issue it relates to
- some info about that issue up-front
#git #codeberg #github #gitlab