• 2 Posts
  • 41 Comments
Joined 1 year ago
cake
Cake day: July 3rd, 2023

help-circle



















  • Bad take IMO,

    At 10+ YOE, I use rebase almost exclusively. Branch from main, rebase to clean up commit history before putting up a PR. If commits are curated properly you don’t run into conflicts very often. Branches really shouldn’t be shared too often anyway, and the ones that are should be write protected.

    Catastrophic data loss isn’t really possible either with git since it’s all preserved and you can git reflog even if you mess up.

    The meme is right. Git good