Show HN: Effective Git (github.com)
As many of us shift from being software engineers to software managers, tracking changes the right way is growing more important.
It’s time to truly understand and master Git.
It’s time to truly understand and master Git.
8 comments
[ 2.1 ms ] story [ 17.8 ms ] threadThen it wouldn't stick to the most ineffective interface for git - cli
The only downside of rebasing (for me) is it looks confusing when commits aren't sequentially in date order, and sometimes it feels like you need to resolve the same conflict several times (once for each commit that gets rebased if they touch the same code) but that usually works out better for me than a regular merge.