Hacker News new | ask | show | jobs
by palata 1168 days ago
Haven't tried it and it's maybe nice.

But I find it ironic that it's called "zero bullshit git" while essentially being an abstraction layer on top of git. Since (IMHO) developers must learn the git API at some point, using an abstraction layer that defines a slightly different API is overhead.

1 comments

Interesting view

It's known that `git` is not entirely friendly, and some of its defaults are not optimal. So to me "zero bullshit" means "no need to learn `git` completely to become productive".

In any case, this tool already saved tons of time for me and will continue paying off, so the time spent on development was worth it for me :)

> It's known that `git` is not entirely friendly

Yeah I don't get that, it is fine for me.

But if your tool works for you, that's great too :)