Advantage of git pull --rebase
to git pull
#31
ArdaSaygan
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
If you follow existing contribution guide you wont encounter such issue. I should elaborate on this later.. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I learnt that using
git pull
may disturb the linearity of the commit history. It's suggested that first usinggit pull --rebase
and usinggit pull
only if rebase doesn't work.I heard this practice here, what are your thought on this? If you agree, we can add it to the Contribution Guide
@bounswe/bounswe2025group9
Beta Was this translation helpful? Give feedback.
All reactions