jkomoros / sudoku

A sudoku puzzle solver, generator, and difficulty-rater built in Go
Apache License 2.0
5 stars 1 forks source link

Allow a-b-tester to stash and stash pop #241

Closed jkomoros closed 8 years ago

jkomoros commented 8 years ago

As an optimization for quick a/b tests where making a branch doesn't make sense.

jkomoros commented 8 years ago

Stash tool in a-b-tester should check git status to see if they're in stash first mode or not. And fixup should verify that -b and -s aren't both passed.