sundry/vim-update-submodules.sh

5 lines
62 B
Bash
Executable File

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