Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Class-3/Lab3.2-Pushing-code-to-GitHub.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ $ git commit -m "Pushing my app files"
9. Upload the files in the repository.

```shell
$ git push -f origin master
$ git push -f origin main
```

10. Done! You should be able to see your file online
10. Done! You should be able to see your file online