mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-24 12:44:44 +02:00
Merge pull request #1 from ElLutzo/remote-lockedMain-typo
#890 correct one typo in en_US: remote/lockedMain
This commit is contained in:
commit
cfe88fc1f3
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