Tag Archives: Git

Deleting Old Local Git Branches–#SQLNewBlogger

I had a lot of local branches for a repo (actually a few repos). I know these are old and not used anymore, so how do I delete them? This post shows how to do that on Windows. Another post … Continue reading

Posted in Blog | Tagged , , | Comments Off on Deleting Old Local Git Branches–#SQLNewBlogger

DBAs, Organizing Your SQL Scripts in Git

I wrote an article that was published on SQL Server Central on how to get your scripts into Git. This post adds a few more thoughts on how you might get started. This is part of my series on git … Continue reading

Posted in Blog | Tagged , , | Comments Off on DBAs, Organizing Your SQL Scripts in Git

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 , , , | Comments Off on Resetting Git and Abandoning Changes–#SQLNewBlogger

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 , , , | Comments Off on Deleting Stale Local Database Git Branches with SSMS–#SQLNewBlogger