fix README
This commit is contained in:
parent
290d4db503
commit
517cef9088
@ -98,6 +98,8 @@ repo (for the toy “planets” challenge) could be created as follows:
|
|||||||
git commit -m 'init challenge'
|
git commit -m 'init challenge'
|
||||||
git remote add origin git@github.com:filipg/planets
|
git remote add origin git@github.com:filipg/planets
|
||||||
git push origin master
|
git push origin master
|
||||||
|
git branch dont-peek-here
|
||||||
|
git checkout dont-peek-here
|
||||||
git add test-A/expected.tsv
|
git add test-A/expected.tsv
|
||||||
git commit -m 'with expected results'
|
git commit -m 'with expected results'
|
||||||
git push origin dont-peek-here
|
git push origin dont-peek-here
|
||||||
|
Loading…
Reference in New Issue
Block a user