4. Initialize git in to that folder by executing the command : git init 5.Then we need to add the remote repository to git by executing the command: git remote add origin http://xyz.com/abc This will make sure that git identifies the remote vso repository ...
↧