Skip to content

Commit 22e2e27

Browse files
authored
Merge pull request #170 from yuvipanda/no-master
Tell users about `main` vs `master` branches
2 parents d243b0d + c269970 commit 22e2e27

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/link.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ Use the following form to create your own ``nbgitpuller`` links.
7676
<span class="input-group-text" id="branch-prepend-label">branch</span>
7777
</div>
7878
<input name="branch" id="branch" type="text" class="form-control" value="master" aria-label="Branch Name" aria-describedby="branch-prepend-label">
79+
<small class="form-text text-muted">
80+
Use <code>main</code> instead of <code>master</code> for
81+
<a href="https://github.blog/changelog/2020-10-01-the-default-branch-for-newly-created-repositories-is-now-main/">
82+
new GitHub repositories</a>
83+
</small>
7984
<div class="invalid-feedback">
8085
Must specify a branch name
8186
</div>

0 commit comments

Comments
 (0)