Skip to content

Commit

Permalink
Merge pull request #408 from tvachkov/patch-1
Browse files Browse the repository at this point in the history
Replaced "main" by "master"
  • Loading branch information
janiceilene authored Oct 26, 2020
2 parents 05225eb + a51f268 commit 806ac54
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ versions:
3. Change the current working directory to your local project.
4. Initialize the local directory as a Git repository.
```shell
$ git init
$ git init -b main
```
5. Add the files in your new local repository. This stages them for the first commit.
```shell
Expand Down Expand Up @@ -63,7 +63,7 @@ versions:
3. Change the current working directory to your local project.
4. Initialize the local directory as a Git repository.
```shell
$ git init
$ git init -b main
```
5. Add the files in your new local repository. This stages them for the first commit.
```shell
Expand Down Expand Up @@ -100,7 +100,7 @@ versions:
3. Change the current working directory to your local project.
4. Initialize the local directory as a Git repository.
```shell
$ git init
$ git init -b main
```
5. Add the files in your new local repository. This stages them for the first commit.
```shell
Expand Down

0 comments on commit 806ac54

Please sign in to comment.