mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 08:50:06 +02:00
#824 update reference to rename
This commit is contained in:
parent
617c22232d
commit
ab3a2349ed
1 changed files with 5 additions and 6 deletions
|
@ -20,12 +20,11 @@ exports.dialog = {
|
||||||
'Try out ',
|
'Try out ',
|
||||||
'[this special link](https://pcottle.github.io/learnGitBranching/?NODEMO)',
|
'[this special link](https://pcottle.github.io/learnGitBranching/?NODEMO)',
|
||||||
'',
|
'',
|
||||||
'PPS: GitHub (and the industry at large) is moving to naming the default branch as `main` instead of `main` ',
|
'PPS: GitHub has started naming the default branch `main` instead of `master` ',
|
||||||
'with [more details available here](https://github.com/github/renaming). In order to accommodate this change in ',
|
'to migrate away from biased terminology [(more details available here)](https://github.com/github/renaming). '.
|
||||||
'a backwards-compatible way, these two names will be considered aliases of each other, with `main` being ',
|
'In accordance with this industry-wide movement, we have also updated LearnGitBranching to '.
|
||||||
'the preferred one to display. We\'ve made a best-effort attempt to update all of the level content, but ',
|
'use `main` instead of `master` in our lessons. This rename should be fairly consistent by '.
|
||||||
'there will be a long-tail of areas we have missed. Please submit a PR (or open an issue) if you spot any ',
|
'now but if you notice any errors, feel free to submit a PR (or open an issue).'
|
||||||
'egregious ones, and thanks for helping move away from biased terminology.'
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}],
|
}],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue