|
|
|
|
|
by doix
1041 days ago
|
|
Is that really an issue? When you rebase, git automatically figures out that you've cherry-picked something and will skip it. I will occasionally chery-pick something from master, do my work etc. Before making my PR, I'll rebase against master and potentially squash/reorganize my commits. When the PR eventually gets merged to master there aren't any problems. I don't think I ever merge without rebasing though, so maybe rebase has been saving me from any potential problems. |
|