Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 1.43 KB

install.md

File metadata and controls

29 lines (16 loc) · 1.43 KB

Dependencies

Before installing RelationalGit, you need to install the following dependencies.

1) .NET Core

You need to get the latests bits of .NET Core.

2) Microsoft SQL Server

There are two ways for installing Microsoft SQL Server.

  1. Docker Image: Download the SQL Server Docker image to run it natively on your system.

  2. Windows: You can download Sql Server - LocalDb, Express, and Developer Editions.

After installing Microsoft SQL Server, you need to install Sql Server Management Studio to query the database.

3) PowerShell Core

You need to get the latest version of PowerShell Core. RelationalGit uses PowerShell for extracting git blame information.

Install

RelationalGit is a dotnet Global tool. You can use it seamlessly with your favorite command-line application. The following line installs our tool on your system. After installation, all interactions will be go through the command-line interface. Our tool has been downloaded over 11000 times.

dotnet tool install --global RelationalGit