Remove existing repository association in GIT

 

Use command git remote -v to check which git repository the project is associated with, it will give output like below





Use command git remote remove origin , to remove the existing git remote association



Use again git remote -v ,  now you can see that association will be removed.

Comments

Popular posts from this blog

How to move WSL from one drive to another drive

How to use Grep Command