See #97 , I created this one simply by cherry-picking the commits. It seems to create the same result but keeps the history clean.
I believe the end result is the same because the command:
git diff --name-status Interface..interface2
does not show any output (whereas it does show something if comparing two branches that are different). I found this command on this thread on StackOverflow.
See #97 , I created this one simply by cherry-picking the commits. It seems to create the same result but keeps the history clean. I believe the end result is the same because the command:
does not show any output (whereas it does show something if comparing two branches that are different). I found this command on this thread on StackOverflow.