1115
Rebase Supremacy (programming.dev)
you are viewing a single comment's thread
view the rest of the comments
[-] expr@programming.dev 3 points 10 months ago* (last edited 10 months ago)

2 things:

  1. You don't pull rebased work pretty much ever. Rebasing is for feature branches by a single author to craft a high quality history, generally. It's much, much better than littering your branch with merge commits from upstream.
  2. If for some reason you do need to pull rebased changes, you simply do git pull --rebase. Works without issue.
this post was submitted on 04 Apr 2024
1115 points (98.1% liked)

Programmer Humor

20033 readers
464 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS