git随记

  1. git链接远程
git init
git remote add origin 地址
  1. 没有关联的合并
git pull origin master --allow-unrelated-histories
  1. 设置值提交缓存大小
git config http.postBuffer 524288000
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章