Skip to content

Commit ac84e36

Browse files
authored
Merge branch 'main' into update-webpack-dep
2 parents e830300 + 1f5ab50 commit ac84e36

15 files changed

Lines changed: 64 additions & 129 deletions

File tree

Lines changed: 1 addition & 1 deletion
Loading

assets/images/octicons/search.svg

Lines changed: 1 addition & 1 deletion
Loading

assets/images/octicons/x.svg

Lines changed: 1 addition & 1 deletion
Loading

content/github/administering-a-repository/renaming-a-branch.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,10 @@ From the local clone of the repository on a computer, run the following commands
3838
$ git branch -m <em>OLD-BRANCH-NAME</em> <em>NEW-BRANCH-NAME</em>
3939
$ git fetch origin
4040
$ git branch -u origin/<em>NEW-BRANCH-NAME</em> <em>NEW-BRANCH-NAME</em>
41+
$ git remote set-head origin -a
42+
```
43+
44+
Optionally, run the following command to remove tracking references to the old branch name.
45+
```
46+
$ git remote prune origin
4147
```

includes/article-version-switcher.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<summary class="f4 h5-mktg btn-outline-mktg btn-mktg p-2">
44
<!-- GitHub.com, Enterprise Server 2.16, etc -->
55
<span class="d-md-none d-xl-inline-block">{% data ui.pages.article_version %}</span> {{ allVersions[currentVersion].versionTitle }}
6-
<svg class="arrow ml-1" width="14px" height="8px" viewBox="0 0 14 8" xml:space="preserve" fill="none" stroke="#1277eb"><path d="M1,1l6.2,6L13,1"></path></svg>
6+
<svg class="arrow ml-1" width="14px" height="8px" viewBox="0 0 14 8" xml:space="preserve" fill="none" stroke="currentColor"><path d="M1,1l6.2,6L13,1"></path></svg>
77
</summary>
88

99
<div class="nav-dropdown position-absolute color-bg-primary rounded-1 px-4 py-3 top-7 color-shadow-large" style="z-index: 6; width: 210px;">

includes/footer.html

Lines changed: 0 additions & 90 deletions
This file was deleted.

includes/header-notification.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
{% endif %}
4646

4747
{% if release_notification_type %}
48-
<div class="header-notifications text-center f5 color-bg-info-inverse color-text-primary py-4 px-6 release_notice{% if early_access_notification_type %} border-bottom color-border-tertiary{% endif %}">
48+
<div class="header-notifications text-center f5 color-bg-info color-text-primary py-4 px-6 release_notice{% if early_access_notification_type %} border-bottom color-border-tertiary{% endif %}">
4949
{{ release_notification }}
5050
</div>
5151
{% endif %}

includes/header.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h4 class="text-mono f5 text-normal color-text-secondary d-md-none">{% data ui.h
2727
<!-- Product switcher - GitHub.com, Enterprise Server, etc -->
2828
<!-- 404 and 500 error layouts are not real pages so we need to hardcode the name for those -->
2929
{{ productMap[currentProduct].name }}
30-
<svg class="arrow ml-md-1" width="14px" height="8px" viewBox="0 0 14 8" xml:space="preserve" fill="none" stroke="#1277eb"><path d="M1,1l6.2,6L13,1"></path></svg>
30+
<svg class="arrow ml-md-1" width="14px" height="8px" viewBox="0 0 14 8" xml:space="preserve" fill="none" stroke="currentColor"><path d="M1,1l6.2,6L13,1"></path></svg>
3131
</div>
3232
</summary>
3333
<!-- Mobile-only product dropdown -->
@@ -38,7 +38,7 @@ <h4 class="text-mono f5 text-normal color-text-secondary d-md-none">{% data ui.h
3838
{% if product.id == currentProduct %}color-text-link-mktg text-underline active{% elsif product.id == currentProduct.id %}color-text-link-mktg text-underline active{% else %}Link--primary no-underline{% endif %}">
3939
{{ product.name }}
4040
{% if product.external %}
41-
<span class="ml-1"><svg width="9" height="10" viewBox="0 0 9 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path stroke="#24292e" d="M.646 8.789l8-8M8.5 9V1M1 .643h8"/></svg></span>
41+
<span class="ml-1"><svg width="9" height="10" viewBox="0 0 9 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path stroke="currentColor" d="M.646 8.789l8-8M8.5 9V1M1 .643h8"/></svg></span>
4242
{% endif %}
4343
</a>
4444
{% endfor %}
@@ -62,7 +62,7 @@ <h4 class="text-mono f5 text-normal color-text-secondary d-md-none">{% data ui.h
6262
{% else %}
6363
{{ languages[page.languageCode].name }}
6464
{% endif %}
65-
<svg class="arrow ml-md-1" width="14px" height="8px" viewBox="0 0 14 8" xml:space="preserve" fill="none" stroke="#1B1F23"><path d="M1,1l6.2,6L13,1"></path></svg>
65+
<svg class="arrow ml-md-1" width="14px" height="8px" viewBox="0 0 14 8" xml:space="preserve" fill="none" stroke="currentColor"><path d="M1,1l6.2,6L13,1"></path></svg>
6666
</div>
6767
</summary>
6868
<div id="languages-selector" class="position-md-absolute nav-desktop-langDropdown p-md-4 right-md-n4 top-md-6" style="z-index: 6;">

lib/graphql/static/prerendered-input-objects.json

Lines changed: 5 additions & 5 deletions
Large diffs are not rendered by default.

lib/graphql/static/prerendered-objects.json

Lines changed: 6 additions & 6 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)