From fb3483afeffb747b07bc748ebf8be33be3cac680 Mon Sep 17 00:00:00 2001 From: Shubham Rauthan Date: Sat, 27 Nov 2021 19:33:48 +0530 Subject: [PATCH] Updated Note in Github-Basics/Readme.md --- 1-getting-started-lessons/2-github-basics/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-getting-started-lessons/2-github-basics/README.md b/1-getting-started-lessons/2-github-basics/README.md index 047f2a67..db61b870 100644 --- a/1-getting-started-lessons/2-github-basics/README.md +++ b/1-getting-started-lessons/2-github-basics/README.md @@ -135,7 +135,7 @@ Let's say you have a folder locally with some code project and you want to start 1. **Send local files to GitHub**. So far you've created a _connection_ between the local repo and the GitHub repo. Let's send these files to GitHub with the following command `git push`, like so: - > Note, replace ```main``` with the branch name you want to push to GitHub. + > Note, your branch name may be different by default from ```main```. ```bash git push -u origin main