Question #1047
Answered
by
MiguelToller
SatyamKaGithub
asked this question in
Q&A
Question
#1047
-
|
If a branch is constantly rebased and force-pushed, does it still have a meaningful history? |
Beta Was this translation helpful? Give feedback.
Answered by
MiguelToller
May 5, 2026
Replies: 2 comments
-
|
Yes, but it’s a cleaned-up version of it. Just the final story if changes are kept rest are removed. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
The only trade-off is that it makes collaborative debugging harder if someone else pulled the branch before the force-push. It’s meaningful for the project’s future, but can be a headache for active collaborators in the present. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
SatyamKaGithub
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The only trade-off is that it makes collaborative debugging harder if someone else pulled the branch before the force-push. It’s meaningful for the project’s future, but can be a headache for active collaborators in the present.