SwissDataScienceCenter / renku

Renku provides a platform and tools for reproducible and collaborative data analysis.
https://renkulab.io
Apache License 2.0
225 stars 34 forks source link

Prohibit Git rebase in the docs #880

Open m-alisafaee opened 4 years ago

m-alisafaee commented 4 years ago

Description

Rewriting git history can cause problem for Renku. Make sure that the documentation is clear about prohibition of rewriting the Git history.

rokroskar commented 4 years ago

We probably can't prohibit it - but we should build the KG so that rebasing doesn't cause problems.

ableuler commented 4 years ago

we should build the KG so that rebasing doesn't cause problems.

I agree. I rewrite history on non-protected branches all the time. Not being able to do this would be a huge limitation.