Merge pull request #6192 from externl/master
Fix #6188 - Remove ambiguity from branch reset command
This commit is contained in:
commit
4ce405ff74
@ -746,7 +746,7 @@ class GitDownloadStrategy < VCSDownloadStrategy
|
||||
end
|
||||
|
||||
system_command! "git",
|
||||
args: ["reset", "--hard", *ref],
|
||||
args: ["reset", "--hard", *ref, "--"],
|
||||
chdir: cached_location
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user