mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-31 15:30:56 +02:00
#890 correct one typo in en_US: remote/lockedMain
correct one typo in en_US: remote/lockedMain: Remote Rejected!: first sentence: its should be it's.
This commit is contained in:
parent
796b8fdddd
commit
5836480b05
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ exports.level = {
|
|||
"markdowns": [
|
||||
"## Remote Rejected!",
|
||||
"",
|
||||
"If you work on a large collaborative team its likely that main is locked and requires some Pull Request process to merge changes. If you commit directly to main locally and try pushing you will be greeted with a message similar to this:",
|
||||
"If you work on a large collaborative team it's likely that main is locked and requires some Pull Request process to merge changes. If you commit directly to main locally and try pushing you will be greeted with a message similar to this:",
|
||||
"",
|
||||
"```",
|
||||
" ! [remote rejected] main -> main (TF402455: Pushes to this branch are not permitted; you must use a pull request to update this branch.)",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue