-
I am trying to create script for linearizing repo (convert merge commits to "regular commit" by modifying |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
For those interested, I was able to make a PoC of this approach that is working on simple example repo, I am yet to verify it on actual repository. Here's the gist, maybe someone will find it helpful 🙂. |
Beta Was this translation helpful? Give feedback.
For those interested, I was able to make a PoC of this approach that is working on simple example repo, I am yet to verify it on actual repository. Here's the gist, maybe someone will find it helpful 🙂.