git文件上傳到gitlab文檔


如何git clone develop 分支數據到本地

git init
git remote add origin http://git.xxx.com:83/xxx/xxx/xxx.git
git pull origin develop --allow-unrelated-histories 
git fetch origin
git checkout develop

和上傳東西到developelop 分支

git add *
git commit -m "wrote a readme file"
git push -u origin develop


免責聲明!

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



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