Shhh, I just want the answer You can skip all of my ramblings. Just scroll to the bottom for the code or click here. I […]
All files immediately being ignored by git
I had a very confounding experience recently that dragged on for several days because I didn’t have the time to investigate it. I was working […]
Git stop tracking files
Problem You screwed up and you added a bunch of garbage files to your repository and realized it while reviewing your PR (hopefully). This doesn’t […]
Guide to using Git for TFS users
Introduction It’s that time again – that time where the development industry has decided for us that what we were using before isn’t good enough […]
A very basic guide to GIT commands
Why GIT commands? When you use GIT long enough, you begin to realize it is just easier to use GIT commands. Using a console is […]
Visual Studio 2017 will not connect pre-existing repository to TFS after TFS URL has changed
Irritating problem There is an amalgam of complaints about this issue already on the product form, you can view them here: https://developercommunity.visualstudio.com/content/problem/26914/team-explorer-does-not-recognize-previously-cloned.html The scenario for this […]