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
git remote add origin urllink #to get the git url attached with the project # where git means git command, remote means you are working with url's, add means you are adding a new url, origin means what is the name of the url that you are going to add
git remote -v #it will show all the url's that are attached to folder