aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-03-21 20:39:05 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-03-21 20:39:05 -0300
commit3a3930dd664e9a222778bb90ac8ba00b15f5a9e5 (patch)
treec69fcc297bc979cccc44ee825dd7f8d62b45d3a6 /README.md
parent98023ba5774594e86062c8a86781c87dbc2d9e42 (diff)
downloadmetadot-3a3930dd664e9a222778bb90ac8ba00b15f5a9e5.tar.gz
metadot-3a3930dd664e9a222778bb90ac8ba00b15f5a9e5.tar.bz2
README: updating a module collection
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 18 insertions, 0 deletions
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
------