0
我最近幾天一直在TFS上工作,我試圖通過rest api實現「git pull」。如何通過TFS中的rest api調用「git pull」?
我跟着REST API文檔
https://www.visualstudio.com/en-us/docs/integrate/api/git/overview
文檔擁有 「創建,刪除,查看」 的功能。 我不確定,如何使用TFS rest api來拉動git repo。
請給我一些建議或博客來解決這個問題。
感謝提前:)
VSTS Rest API不支持「拉」動作,您可以像Giulio提到的那樣使用「libgit2」。 –
我已經使用這個URL-git克隆https://[email protected]/owner/repo.git – Shankar