From 3a3930dd664e9a222778bb90ac8ba00b15f5a9e5 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 21 Mar 2017 20:39:05 -0300 Subject: README: updating a module collection --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index a613a76..ceddeae 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,24 @@ Load all modules: Backups are made whenever a module is loaded. +Updating +-------- + +You can fetch updates in a module collection repository using + + metadot fetch + +This commands don't automatically update your working copy. Instead, it just +does a git fetch in the `remotes/origin` repository and display it's last +commit log including git signature. + +You can check version differences using `metadot version` and also standard +git commands such as `git-log(1)`. Once you're satisfied and want to apply +changes to the current working copy including updating and initializing +submodules, type + + metadot merge + Layout ------ -- cgit v1.2.3