Y
Hacker News
new
|
ask
|
show
|
jobs
by
hansvm
726 days ago
And a fairly quick way to do the same sort of thing is `git fetch && git rebase -i origin/main`. You never bother updating `main` because you kind of don't care for the task at hand.
1 comments
pseudoramble
726 days ago
True, good point. Makes sense! Thanks for the improvement!
link