Before installing RelationalGit, you need to install the following dependencies.
You need to get the latests bits of .NET Core.
There are two ways for installing Microsoft SQL Server.
-
Docker Image: Download the SQL Server Docker image to run it natively on your system.
-
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.
You need to get the latest version of PowerShell Core. RelationalGit uses PowerShell for extracting git blame information.
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