Comment by gtowey
2 days ago
The interface can be independent of the implementation. Under the hood git does everything you need. If learning to use it at a low level isnt appealing, then you can put an interface on top which is more ergonomic.
2 days ago
The interface can be independent of the implementation. Under the hood git does everything you need. If learning to use it at a low level isnt appealing, then you can put an interface on top which is more ergonomic.
I'm a huge fan of lazygit
> Under the hood git does everything you need
No it doesn't. Git is buggy. It also doesn't work for anything that's not a text file. It is unbelievably slow.