标签: c# git branch libgit2 libgit2sharp
我想将本地分支推送到远程存储库,但是将不同的旧提交提交为HEAD。我在here中找到的git中的命令可以如下解决该问题:
git push <remotename> <commit SHA>:refs/heads/<remotebranchname>
libgit2sharp中是否有任何等效命令?