Updated Note in Github-Basics/Readme.md

pull/543/head
Shubham Rauthan 4 years ago
parent b65ee225c6
commit fb3483afef

@ -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: 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 ```bash
git push -u origin main git push -u origin main

Loading…
Cancel
Save