cd framework
git checkout master
git pull
git submodule update --init --recursive
add git alias for update the lastest commit of submodule
git config --global alias.up-sub-snipmate-snippets '!f() { cd bundle/snipmate-snippets && git checkout master && git pull && git submodule update --init --recursive; }; f'
Reference:
0 意見:
張貼留言