diff options
-rw-r--r-- | examples/git-metapull | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/examples/git-metapull b/examples/git-metapull index e9a5090..a81c2ba 100644 --- a/examples/git-metapull +++ b/examples/git-metapull @@ -1,9 +1,10 @@ #!/bin/sh # -# This script can be used instead of git pull when updating a remote -# repo to make sure the metadata matches what is stored in the repo. -# It will do a git pull, show a list of changes to be made to the metadata, -# and after getting confirmation, apply the changes. +# This script can be used instead of git pull when updating from +# a remote repo to make sure the metadata matches what is stored in +# the repo. +# It will do a git pull, show a list of changes to be made to +# the metadata, and after getting confirmation, apply the changes. DO_MTIME=yes MSFILE=".metadata" |