Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 766 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 766 Bytes

FastGit.Tool.FGit

NuGet

🔧 A C#-written tool to do git operation with fastgit easily

Installation

Download and install the .NET Core 2.1 SDK or newer. Once installed, run the following command:

dotnet tool install -g fgit

Usage

All commands and behaviors are exactly the same as the original git except for the clone command.

fgit clone https://github.com/FastGitORG/www

It will be replaced with the FastGit source.

TODO

  • using the FastGit source for pull/push/submodule update commands