Tag: Git Commands

Git Commands Examples & Blog Posts: Includes tips and examples for using Git, written by a Microsoft SQL Server Database Admin.


  • Git Log by Author

    Filter git log by author, why anchoring with $ returns nothing, and counting commits.

    Read More


  • Git Log Command Examples

    Git log is an essential command when working with git version control. It allows you to see the history of a repository, including details about each commit like the author, date, and commit message. It lets you know what’s changed, when it changed and by who. In this…

    Read More


  • Git Log One Line

    How to get a one-line git log, with the graph, aliases, dates and authors.

    Read More


  • Installing oh-my-posh On Windows

    Oh-my-posh is a theme engine for PowerShell that enhances your terminal with custom themes. It integrates with posh-git to display useful indicators for Git repositories, failed commands, and admin status. This quick guide will walk you through installing Oh My Posh and setting a theme using Choco on…

    Read More


  • How to Install Posh-Git on Windows

    posh-git is a PowerShell module that enhances your command line experience by displaying Git status information and providing tab completion for Git commands.

    Read More


  • How to Change Git Remote URL to SSH from HTTPS

    This guide walks you through changing your Git authentication method from HTTPS to SSH. Using SSH eliminates the need to enter a password each time you…

    Read More


  • Setting up SSH Keys in WSL

    Setting up SSH keys on Windows is generally done via OpenSSL or Putty. We can set this up and have quick authentication to places like GitHub or Bitbucket…

    Read More


  • How to Install Git on Windows

    This guide walks you through installing Git, the version control system, on a Windows computer.

    Read More


Looking for SQL Server?

This site started as a SQL Server blog in 2017 and the archive is still here. The new SQL Server writing, and all the scripts, moved to a site of their own.

sqldba.blogScripts, error library, wait types, SSMS
Browse by topic