10000 Allow cloning of repositories into empty directories by YuPeiHenry · Pull Request #2316 · github/VisualStudio · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Allow cloning of repositories into empty directories #2316

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update Resources.resx
  • Loading branch information
StanleyGoldman committed Apr 8, 2019
commit ef0ed5769276e58badd024a35aaf2b81caf8ece6
8 changes: 4 additions & 4 deletions src/GitHub.Resources/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -809,6 +809,9 @@ https://git-scm.com/download/win</value>
<data name="NoResolveSameOwnerMessage" xml:space="preserve">
<value>Couldn't find target URL in current repository. Try again after doing a fetch.</value>
</data>
<data name="DirectoryAtDestinationNotEmpty" xml:space="preserve">
<value>The directory at the destination path is not empty.</value>
</data>
<data name="LocalRepositoryDoesntHaveARemoteOrigin" xml:space="preserve">
<value>A repository already exists at this location, but it doesn't have a remote named "origin".</value>
</data>
Expand Down Expand Up @@ -875,7 +878,4 @@ https://git-scm.com/download/win</value>
<data name="RepositorySelectContributedRepositories" xml:space="preserve">
<value>Contributed to repositories</value>
</data>
<data name="DirectoryAtDestinationNotEmpty" xml:space="preserve">
<value>The directory at the destination path is not empty.</value>
</data>
</root>
</root>
0