-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Correcting typos in the remote origin URL text field. #2
Comments
fix for issue mattrltrent#2 and mattrltrent#3
isn't this solved? |
Mostly, yes. However, sometimes users enter repo URLs in the form: Ideally, the code would do a quick check using Regex to see if the URL entered already has Moreover, instead of indiscriminately adding |
ooh ok got it. |
fix for issue mattrltrent#2 and Partial fix with errors for issue mattrltrent#4
fix for issue mattrltrent#2 and added js alert when the entered link is partial like it when it includes only user name or only the repo name
Very often people enter a wrong version of this field:
Like, very often (>50% of the time) they forget the
.git
extension or don't prefix it withhttps://
. Some regex could be added to auto fix this issue.The text was updated successfully, but these errors were encountered: