We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
main
master
1 parent d243b0d commit c269970Copy full SHA for c269970
docs/link.rst
@@ -76,6 +76,11 @@ Use the following form to create your own ``nbgitpuller`` links.
76
<span class="input-group-text" id="branch-prepend-label">branch</span>
77
</div>
78
<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>
84
<div class="invalid-feedback">
85
Must specify a branch name
86
0 commit comments