Search IGOE Solutions Blog
-
Most Recent Posts
Browse a category
- .NET
- Android
- Announcements
- Apache
- Business Woes
- CodeIgniter
- ColdFusion
- Content Management Systems
- Copywriting
- Featured Article
- Git
- HTML
- Java
- JavaScript and JQuery
- Mobile Computing
- PHP and MySQL
- Project Managment
- SEO
- Server Management
- Shell Scripting
- Source Code Control
- Technical Decisions
- UX Design
- VB.net
- Web Development
- Wordpress
Archives
Related Material
.NET Android Announcements Apache Business Woes CodeIgniter ColdFusion Content Management Systems Copywriting Featured Article Git HTML Java JavaScript and JQuery Mobile Computing PHP and MySQL Project Managment SEO Server Management Shell Scripting Source Code Control Technical Decisions UX Design VB.net Web Development Wordpress
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