dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 3d43ef91ce15c79507890f97fb178e09bb8d5c7b (tree)
parent ca79bcbda9b088459de097729a2079f9d27ceb17
Author: Motiejus Jakštys <motiejus@uber.com>
Date:   Fri, 22 Apr 2022 19:24:38 +0300

update submodules

Diffstat:
MREADME.md | 11+++++++++++
1 file changed, 11 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -11,3 +11,14 @@ Dotfiles in $HOME $ git clone --recursive git@github.com:motiejus/dotfiles.git .dotfiles $ cd .dotfiles $ stow bash ctags tmux vim + +Updating submodules +------------------- + +On a clean tree: + + $ cp .gitmodules.remote .gitmodules + $ git diff # make sure no submodules are missed + $ git submodule foreach git pull + $ git checkout -- .gitmodules + $ git add