From 517cef90880c93f0362610a771ffc72c961ce9d5 Mon Sep 17 00:00:00 2001 From: Filip Gralinski Date: Thu, 27 Aug 2015 09:22:57 +0200 Subject: [PATCH] fix README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6df001a..fa70a3e 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,8 @@ repo (for the toy “planets” challenge) could be created as follows: git commit -m 'init challenge' git remote add origin git@github.com:filipg/planets git push origin master + git branch dont-peek-here + git checkout dont-peek-here git add test-A/expected.tsv git commit -m 'with expected results' git push origin dont-peek-here