Category Archives: Git

Quick Git Tip: Removing Invalid Remote Origins

If you are setting up your Git repository and find that you added an invalid remote origin and want to remove it, simple run this command: This will clear the bad remote origin from your local git repository and allow … Continue reading

Posted in Git, Source Code Control | Tagged , , , | 10 Comments