mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-19 04:46:45 +00:00
fix(git): always set origin name when cloning (#622)
* fix(git): force origin name
* Revert "fix(git): honor clone.defaultRemoteName. Fixes #602"
This reverts commit 5af93806aa
.
This commit is contained in:
parent
1407565713
commit
53be2c0ee1
2 changed files with 3 additions and 3 deletions
|
@ -75,6 +75,8 @@ M.clone = {
|
|||
args[#args + 1] = "--recurse-submodules"
|
||||
end
|
||||
|
||||
args[#args + 1] = "--origin=origin"
|
||||
|
||||
args[#args + 1] = "--progress"
|
||||
|
||||
if self.plugin.branch then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue