Skip to content

Commit

Permalink
Merge pull request #943 from swcarpentry/branch-name-section-link
Browse files Browse the repository at this point in the history
link directly to section on default branch name
  • Loading branch information
kekoziar authored Aug 9, 2023
2 parents ccfa7e3 + ba1fd10 commit 3c4b119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/03-create.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ we will lose the project's history.
Next, we will change the default branch to be called `main`.
This might be the default branch depending on your settings and version
of git.
See the [setup episode](02-setup.md) for more information on this change.
See the [setup episode](02-setup.md#default-git-branch-naming) for more information on this change.

```bash
$ git checkout -b main
Expand Down

0 comments on commit 3c4b119

Please sign in to comment.