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:
Eric Mc Sween 2021-03-31 07:55:53 -04:00 committed by Copybot
parent 5587de9cf5
commit c8df1da69a

View file

@ -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.",