So You Think You Know Git? - FOSDEM 2024
So You Think You Know Git? - FOSDEM 2024
No, I do not.
Git pull
Git push
Git stash
The only 3 I know.
that and git log + git status to “debug git”
anything else is a magic spell you copy from stack overflow
I started using git meaningfully about 10 years ago. Mercurial maybe 6 years ago but not very much. And I was not a fan. Especially how it tracks things recursively.
So honest question. Why?
Mercurial has comparable features (though maybe not be obvious to someone accustomed to git) without the usability problems that still plague git nearly two decades later. Hg’s interface was made with humans in mind. Git’s was made to cut you.
(And it has cut so very many people that it’s consistently among the most popular topics in Q&A forums, and has even inspired comics.)
Thankfully, git’s early cross-platform shortcomings were eventually fixed, so that’s at least some progress. Here’s hoping its UI and docs eventually get some love, too.
Regarding visual client: I’ve been using TortoiseGit since early on and no other client I’ve tried came close.
I use the log view and have an overview, and an entry point to all common operations I need. Other tools often fail on good overview, blaming through earlier revisions, filterable views of commits or files, or interactive rebase.
This was a really good talk! I’ve been using git for about a decade, but I learned several new things. Here’s a few:
git log by committer dategit maintenance-C flag on git blame