Checkout branch looks to remote tracking branches as fallback #1820 Fixed calling into native libgit2 on osx-arm64 #1955 v0.26 - (diff) Additions Add CherryPickCommitIntoIndex to ObjectDatabase The underlying n
LibGit2Sharp入门指南:轻量级Git库的.NET实现 ### 摘要 LibGit2Sharp 作为一个专门为 .NET 环境设计的轻量级库,有效地封装了由 C 语言编写的 Git 库 libgit2。通过丰富的代码示例,本文旨在帮助读者深入理解 LibGit2Sharp 的基本用法及其实现的功能,使得无论是初学者还是有经验的开发者都能从中受益。 ### 关...
BranchTrackingDetails.cs BranchUpdater.cs BuiltInFeatures.cs Certificate.cs CertificateSsh.cs CertificateX509.cs ChangeKind.cs CheckoutCallbacks.cs CheckoutConflictException.cs CheckoutFileConflictStrategy.cs CheckoutModifiers.cs CheckoutNotificationOptions.cs CheckoutOptions.cs CherryPickOption...
并将该遥控器克隆到本地目录中,并将checkout设置为false,这样我就可以获取远程标签。
Update your current working directory by fetching and checking out (i.e.repo.Checkout()) the corresponding remote tracking branch. Integrate the desired remote tracking branch with your current HEAD by merging it using the `repo.Merge()` command once it has been fetched. ...