Skip to content

Commit

Permalink
change github to origin
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardklap authored Dec 3, 2024
1 parent 64bd325 commit a0f2395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/github.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <project url>
git remote add origin <project url>
```


Expand Down

0 comments on commit a0f2395

Please sign in to comment.