From 0745c6efaf7d3e464f26f094e98f4dd85a769726 Mon Sep 17 00:00:00 2001 From: Queenie Lee <122368579+queenie-lee@users.noreply.github.com> Date: Mon, 21 Oct 2024 15:44:19 +0100 Subject: [PATCH] Update Lab3.2-Pushing-code-to-GitHub.md Modified push origin command as github uses "main" instead of "master" now. --- Class-3/Lab3.2-Pushing-code-to-GitHub.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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