wbailey / kata

A language for describing and taking code katas
156 stars 10 forks source link

Add Commit upon completion of requirement #2

Closed wbailey closed 11 years ago

wbailey commented 12 years ago

Right now you have to shell out to commit your changes that you make upon completing each requirement. It would be great if after you respond yes to completing a requirement if it automatically did the git add/commit/push for you.

wbailey commented 12 years ago

It does the git commit now but any git errors are lost since I have sent stdout to /dev/null. Should force stderr to a file.