mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 08:28:50 +02:00
Add disclaimer about name alias
This commit is contained in:
parent
4c4e607096
commit
3f3e8cbc6a
1 changed files with 8 additions and 1 deletions
|
@ -18,7 +18,14 @@ exports.dialog = {
|
|||
'',
|
||||
'PS: Want to go straight to a sandbox next time?',
|
||||
'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 `master` ',
|
||||
'with [more details available here](https://github.com/github/renaming). In order to accommodate this change in ',
|
||||
'a backwards-compatible way, these two names will be considered aliases of each other, with `main` being ',
|
||||
'the preferred one to display. We\'ve made a best-effort attempt to update all of the level content, but ',
|
||||
'there will be a long-tail of areas we have missed. Please submit a PR (or open an issue) if you spot any ',
|
||||
'egregious ones, and thanks for helping move away from biased terminology.'
|
||||
]
|
||||
}
|
||||
}],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue