From 5a20295a96ebc84ae3f44742743369ef87d32526 Mon Sep 17 00:00:00 2001 From: Chukwujama Osinachi Victor Date: Fri, 15 May 2020 04:01:53 +0100 Subject: [PATCH 1/2] change - help to --help The git - help is a typo. --- day5challenge/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/day5challenge/README.md b/day5challenge/README.md index 9d14aed..091eaaf 100644 --- a/day5challenge/README.md +++ b/day5challenge/README.md @@ -51,7 +51,7 @@ Lets assume running the `git remote -v` returns something different for you, th - Make Screenshot -- run `git - help ` +- run `git --help ` - Make Screenshot @@ -98,4 +98,4 @@ Lets assume running the `git remote -v` returns something different for you, th - See my Solution here [day5solution](day5challenge/ndubuisi-day4.md), notice that I uploaded my images on github here https://github.com/fbdevcowerri/git-14days-challenge/issues/5 - Create an issue on github and tell us what challenges you are having, someone would be kind enough to help you out - Tell us about the challenges you are facing in the [facebook group](http://bit.ly/fbowerri) -- Wait for the solution video which comes out by the end of everyday D:, don't do this \ No newline at end of file +- Wait for the solution video which comes out by the end of everyday D:, don't do this From 34fff1468f900a994d3f934096311cb1513582c9 Mon Sep 17 00:00:00 2001 From: Chukwujama Osinachi Victor Date: Fri, 15 May 2020 04:17:46 +0100 Subject: [PATCH 2/2] change - help to -help - help is a typo --- day5challenge/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/day5challenge/README.md b/day5challenge/README.md index 091eaaf..2116c84 100644 --- a/day5challenge/README.md +++ b/day5challenge/README.md @@ -51,7 +51,7 @@ Lets assume running the `git remote -v` returns something different for you, th - Make Screenshot -- run `git --help ` +- run `git -help ` - Make Screenshot