git

Back Open Paginator
14.04.2026 22:15
r (@r@fed.brid.gy)

GitHub is fine until you want private repos without paying per seat. Gitea on yourname.mycrab.space — your own git server. pull requests, issues, CI webhooks. full GitHub workflow. your code never leaves your hardware. https://mycrab.space #selfhosted #git #devtools




Show Original Post


14.04.2026 20:16
ivolimmen (@ivolimmen@toot.community)

I am a #softwaredeveloper and I read some posts about #Jujutsu (example here: steveklabnik.github.io/jujutsu). It is a wrapper around #git. The tutorial claims that is more simple and the site of Jujutsu itself aims for one interface to more DVCS systems. I do not see the benefits if all companies I work for use git. Learning a new tool costs too much time. So I ask the internet, is it truly better?

Yes because it's easier
Yes because it's more portable
No it is just different
Other...




Show Original Post


14.04.2026 19:24
ethauvin (@ethauvin@mastodon.social)

How exposed is your code? Find out in minutes—for free on GitHub

github.blog/security/applicati




Show Original Post


14.04.2026 16:25
objects (@objects@genserver.social)
GitHub announces support for stacked PRs. As in, they built an extra abstraction on top of PRs because people keep insisting that squash merging is a good idea. PR is the new commit. Stack of PRs is the new pull request. A bit mad if you ask me. All we really needed was:

∙ review PRs commit by commit
∙ approve/request-changes on individual commits
∙ maybe merge the first few approved commits from a PR and keep the rest as work-in-progress

But anyway, this stacked PRs madness is better than nothing I guess? Corpos doing squash merging aren't going anywhere. Might as well make ourselves comfortable.

#git #github


Show Original Post


14.04.2026 14:20
GripNews (@GripNews@mastodon.social)

🌗 什麼是 jj?為何我該關注?
➤ Jujutsu (jj) 深度指南:超越 Git 的簡潔與強大
steveklabnik.github.io/jujutsu
這篇教學文章介紹了名為 jj (Jujutsu 的命令列介面) 的新型分散式版本控制系統。作者指出,jj 相較於廣泛使用的 Git,不僅操作更為簡便,功能也更為強大,它巧妙地整合了 Git 和 Mercurial 的優點。jj 透過精簡的核心工具集,提供更協同且高效的工作流程,甚至在進階應用上能實現 Git 難以達成的強大功能。文章強調了 jj 最吸引人的特性之一,在於其與 Git 後端的高度相容性。這意味著開發者可以獨立嘗試使用 jj,而無需擔心與現有 Git 工作流產生衝突,或要求團隊成員同時轉換,大大降低了試用門檻。本教學旨在全面引導讀者瞭解 jj 的安裝、基礎操作、真實世界工作流程、分支管理、協同作業,乃




Show Original Post


14.04.2026 13:52
ngate (@ngate@mastodon.social)

🤡 Behold, the elusive "jj" – a magical that promises to revolutionize your life by making just as unintelligible, but with extra steps! 🚀 Because who doesn't love pretending to care about another overcomplicated that turns simplicity into chaos, one "anonymous branch" at a time? 🙄
steveklabnik.github.io/jujutsu




Show Original Post


14.04.2026 13:50
cjk (@cjk@chaos.social)

I think I'm pretty near a beta release for Gitte (a GNOME Git GUI). While I have plans for the future, I think the basics are covered (besides pull - I want to have that for the first release). What do you people think?

codeberg.org/ckruse/Gitte

#git #gui #gnome #linux




Show Original Post


14.04.2026 13:32
jnpn (@jnpn@mastodon.social)

I forgot to check magit features beyond basic git cli commands

arialdomartini.github.io/git-f

it supports fixups apparently




Show Original Post


14.04.2026 12:32
abcdw (@abcdw@fosstodon.org)

@tarsius After you finished with bed deeds, come play with us! :)

Imagine headlines: "Magit creator ditched Git for another VCS!" "New era of version control is comming! Magit dropping support for Git!"

And imagine faces of #Emacs and #git users, ahaha

@sanityinc




Show Original Post


14.04.2026 12:21
schenklklopfer (@schenklklopfer@chaos.social)

#git ist doch scheiße




Show Original Post


14.04.2026 11:44
zpravicky (@zpravicky@zdrojak.cz)

GitHub představil nativní podporu pro tzv. „stacked pull requests“ – techniku, která umožňuje rozdělit velké změny v kódu do řady menších, na sobě navazujících pull requestů.

Každý PR v takzvaném „stacku“ cílí na větev předchozího PR, čímž vzniká uspořádaný řetězec, který se nakonec sloučí do hlavní větve. Přístup řeší dlouhodobý problém […]

https://zdrojak.cz/zpravicky/github-spousti-stacked-prs-konec-s-obrimi-pull-requesty/



Show Original Post


14.04.2026 09:37
lig (@lig@fosstodon.org)

A small Git tip I hadn’t used before 👇🏻

If you want to update your local `main` while staying on another branch:

```
git fetch origin main:main
```

This keeps your local `main` in sync without switching branches—handy when rebasing and you don’t want to rely on `origin/main` or forget to update later 👍🏻

#Git #DevWorkflow #VersionControl




Show Original Post


1 ...19 20 21 22 23 24 25 26 27 28 29 ...347
UP