#Zed is easily my favorite #git client I’ve used since Tower on macOS a decade ago

@thornbill Zed's git client came late and then it just could what the bad git integration of VSCode could with an interface that is a little bit prettier. Is it better now?

I still constantly switch to JetBrains IDEs, even to IntelliJ community Edition just for git. I like the comparing diff more, and there I can filter commits in the history, mark commits to see the combined changes, mark 2 commits and squash them, change commit messages, etc.

zed doesn't even have a git history View, as far as I know. Also what I love with JetBrains IDEs is, that you can switch branches or pull from remote without needing to stash the changes. There is a git setting that allows that for every software, but most git clients don't use it.

@thornbill What do you love about the git integration of Zed?