Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
ddephor45117ygit is a bit strange with merges and the resulting graph, which leads to these 'overtaking' lines.
Rebase instead of merge avoids this and keeps the graph clean.
What do you think is wrong with your graph?
Wanna see a part of one of my projects? Doesn't look better: -
mt3o19147y@gitpush depends. I rather use merge because it helps keeping track of what happens during development of single feature. With rebase its harder to track given commits if you have to work with the history.
If you do a pull request, always do a rebase. Get their code and treat yours as 'written after their last commit'. Its easier to the maintainer. -
@mt3o thanks fo explaining , looks fair for the maintainer part. I'll dig deeper 😀
Related Rants
For what are commit graphs are actually good for? My graph seems a little bit corrupted :D
undefined
gitea
graph
commitgraph
corrupt
git