gip 0.0.0.4
dotnet tool install --global gip --version 0.0.0.4
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local gip --version 0.0.0.4
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=gip&version=0.0.0.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package gip --version 0.0.0.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
git + ipfs 파일관리전략
git으로 관리하기 어려운 대용량 파일에 대해서 LFS대신 ipfs로 공유하거나 내려받습니다.
따라서 이 도구를 사용하기 위해선, 위의 두 명령줄 도구가 필요합니다.
Example
gip clone
당신이 dotnet-10 을 설치한 환경이라면, 아래와같이 github url만으로 sparse-checkout이 적용된 저장소를 즉시 복제할 수 있습니다. (이 기능이 어째서 giptfs에 통합되어야 하는지는 설득할 수 없지만, LGTM입니다🤪)
dnx gip clone https://github.com/Cysharp/ConsoleAppFramework/tree/master/sandbox/CliFrameworkBenchmark
cd ConsoleAppFramework
git sparse-checkout list # sandbox/CliFrameworkBenchmark
gip undo
GitHub Desktop과 VSCode의 Undo Last Commit 기능처럼, 마지막 커밋을 취소하고 변경사항을 스테이징 상태로 되돌립니다.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.