Skip to content

Commit cc93e71

Browse files
authored
Merge pull request #1596 from git/master-to-main
switch "master" branch to "main" within the repo
2 parents 5c2c709 + 13013fc commit cc93e71

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

ARCHITECTURE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ know there's a new Git release out, then:
6161

6262
will get it on the site without waiting for the nightly run.
6363

64-
Merges to the `master` branch on GitHub auto-deploy to Heroku, so unless
64+
Merges to the `main` branch on GitHub auto-deploy to Heroku, so unless
6565
you're doing something tricky you generally shouldn't need to manually
6666
deploy.
6767

@@ -143,7 +143,7 @@ to the former.
143143

144144
The site mostly just runs without intervention:
145145

146-
- code merged to `master` is auto-deployed
146+
- code merged to `main` is auto-deployed
147147

148148
- new git versions are detected daily and manpages and download links
149149
updated

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Git Homepage [![Build Status](https://travis-ci.org/git/git-scm.com.svg?branch=master)](https://travis-ci.org/git/git-scm.com) [![Help Contribute to Open Source](https://www.codetriage.com/git/git-scm.com/badges/users.svg)](https://www.codetriage.com/git/git-scm.com)
1+
# Git Homepage [![Build # Status](https://travis-ci.org/git/git-scm.com.svg?branch=main)](https://travis-ci.org/git/git-scm.com) [![Help Contribute to Open Source](https://www.codetriage.com/git/git-scm.com/badges/users.svg)](https://www.codetriage.com/git/git-scm.com)
22

33
This is the web application for the [git-scm.com](https://git-scm.com) site. It is meant to be the
44
first place a person new to Git will land and download or learn about the
@@ -94,7 +94,7 @@ be accepted. If it involves code, please also write tests for it.
9494

9595
The [list of GUI clients](https://git-scm.com/downloads/guis) has been constructed by the community for a long time. If you want to add another tool you'll need to follow a few steps:
9696

97-
1. Add the GUI client details at the YAML file: https://github.com/git/git-scm.com/blob/master/resources/guis.yml
97+
1. Add the GUI client details at the YAML file: https://github.com/git/git-scm.com/blob/main/resources/guis.yml
9898
1. The fields `name`, `url`, `price`, `license` should be very straightforward to fill.
9999
2. The field `image_tag` corresponds to the filename of the image of the tool (without path, just the filename).
100100
3. `platforms` is a list of at least 1 platform in which the tool is supported. The possibilities are: `Windows`, `Mac`, `Linux`, `Android`, and `iOS`

app/views/downloads/guis/index.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
Git comes with built-in GUI tools for committing (<a href="/docs/git-gui">git-gui</a>) and browsing (<a href="/docs/gitk">gitk</a>), but there are several third-party tools for users looking for platform-specific experience.
1313
</p>
1414
<p>
15-
<small>If you want to add another GUI tool to this list, just <a href="https://github.com/git/git-scm.com/blob/master/README.md#adding-new-gui">follow the instructions</a>.</small>
15+
<small>If you want to add another GUI tool to this list, just <a href="https://github.com/git/git-scm.com/blob/main/README.md#adding-new-gui">follow the instructions</a>.</small>
1616
</p>
1717

1818
<p>

app/views/site/about.html.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
repository at GitHub. That includes all pages except the book and
1818
manpages, along with the general design of the site. This content
1919
is available under the
20-
<a href="https://github.com/git/git-scm.com/blob/master/MIT-LICENSE.txt">MIT license</a>.
20+
<a href="https://github.com/git/git-scm.com/blob/main/MIT-LICENSE.txt">MIT license</a>.
2121
Bug reports and suggestions may be made in that repository.
2222

2323
<li>Content from the ProGit book is imported from the
@@ -70,6 +70,6 @@
7070
</ul>
7171

7272
For a detailed view of the site's network layout, see our
73-
<a href="https://github.com/git/git-scm.com/blob/master/ARCHITECTURE.md">architecture document</a>.
73+
<a href="https://github.com/git/git-scm.com/blob/main/ARCHITECTURE.md">architecture document</a>.
7474

7575
</div>

0 commit comments

Comments
 (0)