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:
Sean Baildon 2023-03-05 13:09:15 +00:00 committed by GitHub
parent 1407565713
commit 53be2c0ee1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -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