|
|
@ -32,7 +32,7 @@ You'll also need a GitHub account, a code editor (like Visual Studio Code), and
|
|
|
|
|
|
|
|
|
|
|
|
Navigate to [github.com](https://github.com/) and create an account if you haven't already, or log in and fill out your profile.
|
|
|
|
Navigate to [github.com](https://github.com/) and create an account if you haven't already, or log in and fill out your profile.
|
|
|
|
|
|
|
|
|
|
|
|
✅ GitHub isn't the only code repository in the world; there are others, but GitHub is the best known
|
|
|
|
✅ GitHub isn't the only code repository in the world; there are others, but GitHub is the best known out there.
|
|
|
|
|
|
|
|
|
|
|
|
### Preparation
|
|
|
|
### Preparation
|
|
|
|
|
|
|
|
|
|
|
@ -62,7 +62,7 @@ Let's say you have a folder locally with some code project and you want to start
|
|
|
|
cd [name of your folder]
|
|
|
|
cd [name of your folder]
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
1. **Initialize a git repository**. In your project type:
|
|
|
|
1. **Initialize a git repository**. Now we are in the project folder, in the terminal type: <!--In your project type-->:
|
|
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
```bash
|
|
|
|
git init
|
|
|
|
git init
|
|
|
|