You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There should be a way to specify that exactly two arguments are required:
git remote add <name> <url>
Currently, this must be done as List<String>, which requires the user code to do the min/max checking, and doesn't allowing mixed types, such as String and URI.
The text was updated successfully, but these errors were encountered:
There should be a way to specify that exactly two arguments are required:
git remote add <name> <url>
Currently, this must be done as
List<String>
, which requires the user code to do the min/max checking, and doesn't allowing mixed types, such asString
andURI
.The text was updated successfully, but these errors were encountered: