DEV Community

Discussion on: Git And Github

Collapse
 
dnbln profile image
Dinu Blanovschi

$ git add remote <Repository name>

Should be git remote add origin <link to repo>.git

Collapse
 
vasanth9 profile image
vasanthkumar

Thank you Dinu, updated the blog.