barrettj12 / jit

The superior way to use Git.
0 stars 0 forks source link

squash using merge --squash #59

Closed barrettj12 closed 2 weeks ago

barrettj12 commented 2 weeks ago

Fixes #57. We now squash using git merge --squash into a temp branch, then resetting the HEAD of the original branch.

To handle this we've added some new functionality to the common/git package, as well as a regression test.