...

/

Git with Test-Driven Development

Git with Test-Driven Development

Learn how to use Git with test-driven development.

Checking in changes

Whenever you add a new test and get it to pass, that’s a good time to get your project into source control. That way, no matter what you do to the project, you can always restore it to the all-green state later. ...