Tag Archives: VCS

Resetting Git and Abandoning Changes–#SQLNewBlogger

I recently had an issue in one of my Git repos, and decided to drop all my local changes and just pull down from the remote. This post looks at what I did. Another post for me that is simple … Continue reading

Posted in Blog | Tagged , , , | Leave a comment

Deleting Stale Local Database Git Branches with SSMS–#SQLNewBlogger

I wrote a post recently about pruning branches in git. That’s part of the job, but the other part is removing local branches. This post looks at one way to do that in a semi-manual fashion. This could be automated, … Continue reading

Posted in Blog | Tagged , , , | Leave a comment

Using Git Prune–#SQLNewBlogger

As I’ve been working with SQL Saturday and managing changes to events, I’ve accumulated a lot of branches. Even though I’m a solo developer, I decided to use branches, as I expect others to share this load in the future. … Continue reading

Posted in Blog | Tagged , , , | 2 Comments

This is Why You Use Git for Scripts

Git has become a fantastic tool for me, and many other technologists, over the last ten years. It’s almost ubiquitous in most of my clients, and so many people are comfortable with it. Many others aren’t, which is why I … Continue reading

Posted in Editorial | Tagged , | 5 Comments