🔧 A C#-written tool to do git operation with fastgit easily
Download and install the .NET Core 2.1 SDK or newer. Once installed, run the following command:
dotnet tool install -g fgit
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.
- using the FastGit source for
pull/push/submodule update
commands