Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c64282f

Browse files
committed
samples: Replace branch "master" by "main"
1 parent e0fff94 commit c64282f

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

‎samples/ignore-branch.rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ end repository
1212

1313
match /trunk/
1414
repository myproject
15-
branch master
15+
branch main
1616
end match
1717

1818
# Ignore this branch:

‎samples/merged-branches-tags.rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ end repository
1212

1313
match /trunk/
1414
repository myproject
15-
branch master
15+
branch main
1616
end match
1717

1818
# Subversion doesn't understand the Git concept of tags

‎samples/min-max-revision.rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ end match
2828

2929
match /trunk/
3030
repository myproject
31-
branch master
31+
branch main
3232
end match
3333

3434
match /branches/([^/]+)/

‎samples/recurse.rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ end repository
1515

1616
match /trunk/([^/]+)/
1717
repository 1円
18-
branch master
18+
branch main
1919
end match
2020

2121
#

‎samples/standardlayout.rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ end repository
1212

1313
match /trunk/
1414
repository myproject
15-
branch master
15+
branch main
1616
end match
1717

1818
match /branches/([^/]+)/

‎samples/two-projects.rules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ end repository
1515

1616
match /project1/trunk/
1717
repository project1
18-
branch master
18+
branch main
1919
end match
2020

2121
match /project2/trunk/
2222
repository project2
23-
branch master
23+
branch main
2424
end match
2525

2626
# Note how we can use regexp to capture the repository name

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /