I think a lot of the standard things are implemented now. Probably I should start implementing actions, e.g. "switch" and "delete" actions in the right-click menu on branches or a "discard changes", "delete file", "copy path" actions on changed files.

#gnome #linux #git #gui

"We’ve raised $17M to build what comes after Git". What I would be more excited while reading a blog post published by the cofounder of GitHub is "...what comes after GitHub".

https://blog.gitbutler.com/series-a

#git #jj

We’ve raised $17M to build what comes after Git

GitButler has raised a Series A round to accelerate developing the infrastructure for how software gets built next

Butler's Log
We’ve raised $17M to build what comes after Git

GitButler has raised a Series A round to accelerate developing the infrastructure for how software gets built next

Butler's Log
We’ve raised $17M to build what comes after Git

GitButler has raised a Series A round to accelerate developing the infrastructure for how software gets built next

Butler's Log
Answering Forgejo federation questions

Been working on a structure for #starfleetacademy classes and bureaucracy which I intend to work as a sort of flexible framework for simms in any format. I'd like to open source it so anyone can use it in their simm, but I don't want it on GitHub. I self host forgejo, but I don't own a domain to link it to for federation. Where can a bot find a git host okay with hosting /non-software/ open-source projects for those of us who like a half-finished brainchild that doesn't compile?

#startrek #starfleet #roleplay #opensource #forgejo #git #askfedi

The Git Commands I Run Before Reading Any Code

Five git commands that tell you where a codebase hurts before you open a single file. Churn hotspots, bus factor, bug clusters, and crisis patterns.

#development, #git, #code, #journalism

The Git Commands I Run Before Reading Any Code

Five git commands that tell you where a codebase hurts before you open a single file. Churn hotspots, bus factor, bug clusters, and crisis patterns.

The Git Commands I Run Before Reading Any Code

#git #scm

https://piechowski.io/post/git-commands-before-reading-code/

The Git Commands I Run Before Reading Any Code

Five git commands that tell you where a codebase hurts before you open a single file. Churn hotspots, bus factor, bug clusters, and crisis patterns.

Gitte now supports multiple windows. 🥳

https://codeberg.org/ckruse/Gitte

#gnome #linux #git #gui

Gitte

A GTK4/libadwaita Git client for the GNOME desktop, written in Rust with Relm4.

Codeberg.org
Today I was surprised to learn another new thing about git: A commit in git can have more than two parents. Such a commit is the result of an octopus merge, which is nicely explained in https://www.freblogg.com/git-octopus-merge . I laughed out loud in the office reading this great blog article. 😄
#TodayILearned #git
Understanding Git Octopus Merge

The Code for Git merge is one of the most sophisticated pieces of software ever written. There is so much stuff that goes inside during a merge that its just mind boggling. Just for that alone, Linus could be considered a programming genius. Too bad for other geniuses, he also …

FreBlogg