iT邦幫忙

0

關於git pull 的問題

  • 分享至 

  • xImage

想請問
可以 git pull 並且指定要更新覆蓋的文件
那 git pull 可否 指定 不更新覆蓋 某個文件 or 資料夾

ex: 某些 環境設定檔 之類的

圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

2 個回答

0
dragonH
iT邦超人 5 級 ‧ 2019-09-04 13:36:24

這應該不是 git pull 想要達到的目的

你需要的應該是

git fetch

git checkout

參考

感謝回應

0
neo2124
iT邦新手 2 級 ‧ 2019-09-12 17:50:58

用.gitignore 應該是可以解決你的問題
https://gitbook.tw/chapters/using-git/ignore.html

但我比較建議統一管理檔案再rsync 到你所想放的地方
例如用jenkins 配合git plugin git pull 到jenkins 上,再rsync 透過 exclude 去更新到實際位置的server 上

我要發表回答

立即登入回答