←back to thread

94 points vincent_s | 1 comments | | HN request time: 0.212s | source
Show context
pictur ◴[] No.40918347[source]
Git is already as simple as possible with its own commands. I feel like we are making simple things more complicated with tools like this. If I start using this tool instead of git, I will probably start doing something hacky at some point. I don't want that. I don't want a history that keeps changing and getting weird with the use of rebase/squash. I don't think conflicts are a problem as long as a single history is kept up to date properly with git. The smoother the history, the easier it is to merge.
replies(2): >>40919600 #>>40920772 #
1. Kuraj ◴[] No.40919600[source]
> I don't think conflicts are a problem as long as a single history is kept up to date properly with git.

That is easy when you work alone. It becomes more difficult as your team grows in size.