From: Simon Ruderich Date: Wed, 18 Feb 2009 19:19:27 +0000 (+0100) Subject: Update doc for sync.sh. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=d59a2d2acd2dafc8ef5194272f50096fb21ec85e Update doc for sync.sh. --- 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.