Tag Archives: Git

DBAs, Give Git a Try – Getting Started

One of the really interesting things over the last decade is both the rise of Git as the main VCS system for most projects, and the number of people who know nothing about it. Many of the latter seem intimidated, … Continue reading

Posted in Blog | Tagged , , | 4 Comments

Changing the Origin in Git–#SQLNewBlogger

I needed to show a customer how to migrate from Azure DevOps to GitHub recently, and to smooth this process, we needed to repoint the origin remote. Another post for me that is simple and hopefully serves as an example … Continue reading

Posted in Blog | Tagged , , | Comments Off on Changing the Origin in Git–#SQLNewBlogger

Deleting a Git Branch–#SQLNewBlogger

I had someone ask me recently about deleting branches. While I had known how to delete a local branch, I had to look up how to delete a remote one. Documenting these both will hopefully help me remember this. Another … Continue reading

Posted in Blog | Tagged , , , , | Comments Off on Deleting a Git Branch–#SQLNewBlogger

Creating an Empty Repo in GitHub–#SQLNewBlogger

I saw someone struggling with getting started with a Visual Studio project and Azure DevOps. They got a conflict, which I’ll show and then get you started with an empty repo. Another post for me that is simple and hopefully … Continue reading

Posted in Blog | Tagged , , , , | Comments Off on Creating an Empty Repo in GitHub–#SQLNewBlogger