diff --git a/Class-3/Lab3.2-Pushing-code-to-GitHub.md b/Class-3/Lab3.2-Pushing-code-to-GitHub.md index ade771f..c8af085 100644 --- a/Class-3/Lab3.2-Pushing-code-to-GitHub.md +++ b/Class-3/Lab3.2-Pushing-code-to-GitHub.md @@ -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 \ No newline at end of file +10. Done! You should be able to see your file online