首頁 > 問答 > 主體
如何設定git module,讓引用的項目預設採用最新的提交
因為團隊合作老是有人讓模組引用回滾到某一次。
我想大声告诉你2017-04-27 09:05:04
git config alias.pullall '!f(){ git pull "$@" && git submodule update --init --recursive; }; f'