libgit2 / libgit2/libgit2sharp
Implementing `git remote update`
未關閉
還沒有人認領這個 Issue。
- 主要語言
- C#
- 星號
- 3.5k
- 分支
- 925
- PR 合併指標
- 30 天內沒有已合併 PR
描述
Is there any way of implementing the equivalent of git remote update using libgit2sharp in its current state?
I am trying to build an application that monitors changes in the remotes of several projects, and needs to be as light and fast as possible (no fetching of objects, only references)
Thank you in advance.
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
首先檢查 libgit2sharp 的 remote 和 fetch 進入點,並將其與 git remote update 的行為進行比較。確認目前狀態是否支援僅擷取遠端參照;記錄這項缺口或相關 API,並以應用程式的多專案監控需求作為完成標準。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- csharp, git
- 領域
- devtools
- Issue 類型
- 功能
- 難度
- 5/5
- 預估耗時
- 一週以上
- 活躍度
- 停滯
- 描述清晰度
- 需要釐清
- 新手友好度
- 20/100