Saturday, May 18, 2019

Git Commands ( Part 08 ) (Remove existing remote origin in git)

Remove existing remote origin in git


git remote rm origin
git remote add origin git@github.com:username/myapp.git

No comments:

Post a Comment