Tag Archives: Git

Creating a Repository from VSCode–#SQLNewBlogger

I’ve been working with a few different git clients, and trying to write some articles to help people get started. As I do this, I thought it was interesting that I could initialize a repository from within Visual Studio Code … Continue reading

Posted in Blog | Tagged , | Comments Off on Creating a Repository from VSCode–#SQLNewBlogger

Setting Up GitHub Desktop (formerly GitHub for Windows)

When I started using Git, I first download GitHub for Windows. I went searching, and instead found GitHub Desktop, which is the new client from GitHub for working with Git. This replaces GitHub for Windows, and gives a unified experience … Continue reading

Posted in Blog | Tagged , | Comments Off on Setting Up GitHub Desktop (formerly GitHub for Windows)

The Power of Git–Getting Code

I find git to be incredibly useful, and this is a quick example of one of the ways that this matters to me. This post is also available in video format here: https://youtu.be/Drwt6nseeJM I got this link from Jes Pomfret … Continue reading

Posted in Blog | Tagged , , | Comments Off on The Power of Git–Getting Code

Changing Git Credentials in Windows

tl;dr For Windows when you need a different account. I had to work with a new GitHub account recently and needed to add a separate account. I worked through that process and managed to get things to work with a … Continue reading

Posted in Blog | Tagged , , | Comments Off on Changing Git Credentials in Windows