From d59a2d2acd2dafc8ef5194272f50096fb21ec85e Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Wed, 18 Feb 2009 20:19:27 +0100 Subject: [PATCH] Update doc for sync.sh. --- sync.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sync.sh b/sync.sh index 8e4c4fa..a3deab5 100755 --- a/sync.sh +++ b/sync.sh @@ -1,7 +1,8 @@ #!/bin/sh -# Fetches the current master from all remotes. Used to sync with all remote -# hosts. No merging is done. +# Syncs with remote hosts in the git (sub)directories. +# +# Allows fetching (no merge) and pushing at the moment. # Select the method, fetch and push is possible. -- 2.44.1