sundry/vim-update-submodules.sh

5 lines
62 B
Bash
Raw Permalink Normal View History

#!/bin/bash
git submodule update --remote --merge
git commit