mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #3856 from overleaf/em-git-folder
Helpful error when trying to merge .git folder with Github GitOrigin-RevId: 15e976b738e91d89a6dfe64833620b75070ff998
This commit is contained in:
parent
5587de9cf5
commit
c8df1da69a
1 changed files with 1 additions and 0 deletions
|
@ -1332,6 +1332,7 @@
|
|||
"continue_github_merge": "I have manually merged. Continue",
|
||||
"export_project_to_github": "Export Project to GitHub",
|
||||
"github_validation_check": "Please check that the repository name is valid, and that you have permission to create the repository.",
|
||||
"github_git_folder_error": "This project contains a .git folder at the top level, indicating that it is already a git repository. The Overleaf Github sync service cannot sync git histories. Please remove the .git folder and try again.",
|
||||
"repository_name": "Repository Name",
|
||||
"optional": "Optional",
|
||||
"github_public_description": "Anyone can see this repository. You choose who can commit.",
|
||||
|
|
Loading…
Reference in a new issue