diff options
author | Joey Hess <joey@kitenet.net> | 2013-07-08 16:17:24 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-07-08 16:17:24 -0400 |
commit | 7bff599aff5a4d8cc7026cd71d52410e151138da (patch) | |
tree | 04ddb8f5b37859281a12d3aa5e89981568c3eced /doc/walkthrough | |
parent | b58cc7efd98b6b0457abe78f2fa8ed0614cd5ccb (diff) |
add a note
Diffstat (limited to 'doc/walkthrough')
-rw-r--r-- | doc/walkthrough/syncing.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/walkthrough/syncing.mdwn b/doc/walkthrough/syncing.mdwn index 38f0f8acc..3c43e502c 100644 --- a/doc/walkthrough/syncing.mdwn +++ b/doc/walkthrough/syncing.mdwn @@ -23,3 +23,7 @@ remotes, where a sync will get them. This is especially useful when using git in a distributed fashion, without a [[central bare repository|tips/centralized_git_repository_tutorial]]. See [[sync]] for details. + +Note that syncing only syncs the metadata about your files that is stored +in git. It does not sync the contents of files, that are managed by +git-annex. |