HBuilder git合作-從Git Hub Clone項目


1.Clone項目

   打開”Git Respository"視圖,選“Clone a Git Respository"

2.為了能正確pull項目,所有隊員都必須做以下配置(其始只是初始化的那個項目)

  文件內容照下面改:

   [core]
    repositoryformatversion = 0
    filemode = false
    logallrefupdates = true
    [branch "master"] 
        remote = origin 
        merge = refs/heads/master 
    [remote "origin"] 
        url = https://github.com/bearhb/Demo.git   (修改為自己的url)
        fetch = +refs/heads/*:refs/remotes/origin/*


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM