如何設定git module,讓引用的項目預設採用最新的提交
因為團隊合作老是有人讓模組引用回滾到某一次。
业精于勤,荒于嬉;行成于思,毁于随。
git config alias.pullall '!f(){ git pull "$@" && git submodule update --init --recursive; }; f'
git config alias.pullall '!f(){ git pull "$@" && git submodule update --init --recursive; }; f'