dotfiles

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

commit e7dcf18d155ef33124fdf862288b5bdcf82e198a (tree)
parent d02781543ab479c28984753e352ed020a4412b88
Author: Motiejus Jakštys <motiejus@uber.com>
Date:   Fri, 23 Sep 2022 16:02:56 +0300

update submodules

Diffstat:
MREADME.md | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -21,9 +21,8 @@ On a clean tree: $ git diff # make sure no submodules are missed $ git submodule foreach git pull $ git checkout -- .gitmodules - $ git add . - $ git commit -m "update submodules" - $ git subtrac --auto-exclude update + $ git commit -am "update submodules" + $ git subtrac update $ git push origin master master.trac ... and update this README when some of the steps turn out to be