6 Matching Annotations
- Jan 2020
-
www.ruby-lang.org www.ruby-lang.org
-
We don’t use merge commits.
-
-
- Nov 2019
-
about.gitlab.com about.gitlab.com
-
But in general the guideline is: code should be clean, history should be realistic.
-
many organizations end up with messy workflows, or overly complex ones.
-
-
If you push to a public branch you shouldn't rebase it since that makes it hard to follow what you're improving, what the test results were, and it breaks cherrypicking
-