diff --git a/episodes/github.md b/episodes/github.md index 62bed6a..d8467bc 100644 --- a/episodes/github.md +++ b/episodes/github.md @@ -95,7 +95,7 @@ Make sure to copy the HTTPS link and not the SSH link. Then use below command to connect the local repository to the repository in GitHub ``` -git remote add github +git remote add origin ```