Merge pull request #823 from GennrichJ/patch-1

master to main rename
This commit is contained in:
Janice 2020-10-27 12:11:09 -07:00 коммит произвёл GitHub
Родитель 32c9d661ed a806cb3f1a
Коммит c6b7f6a98b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -12,7 +12,7 @@ Before you can sync your fork with an upstream repository, you must [configure a
{% data reusables.command_line.open_the_multi_os_terminal %}
2. Change the current working directory to your local project.
3. Fetch the branches and their respective commits from the upstream repository. Commits to `master` will be stored in a local branch, `upstream/master`.
3. Fetch the branches and their respective commits from the upstream repository. Commits to `main` will be stored in a local branch, `upstream/main`.
```shell
$ git fetch upstream
> remote: Counting objects: 75, done.