Skip to content

Commit

Permalink
instructions for zit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Mou committed Apr 23, 2019
1 parent 43175f3 commit 4bff697
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ implementation to help demystify git.

Poke around the code and even try writing it yourself. One strategy is to
delete all the files except for test and try to implement files one-by-one to
get `zit test` to pass.
get `zit test` to pass. The test script can run against your implementation of
zit; for example if you are writing it in your current directory:

$ /path/to/jmou/zit/test ./zit

Most of the files are named after actual git commands, so you can use git help
to read relevant documentation.
Expand Down

0 comments on commit 4bff697

Please sign in to comment.