diff options
author | Joey Hess <joey@kitenet.net> | 2011-12-30 17:54:09 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-12-30 17:54:09 -0400 |
commit | 9d85baa31425e04f0eb79e43c09c8d4e4a414c6b (patch) | |
tree | 256b2cdc853714eec6d6f5ee22127b1e32361432 /doc | |
parent | 4400f65967c2b610f03725c1c5e2864c93a0978f (diff) |
improve wording
Diffstat (limited to 'doc')
-rw-r--r-- | doc/git-annex.mdwn | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index 320453f18..3ca2ce177 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -126,7 +126,8 @@ subdirectories). one or more other repositories. The sync process involves first committing all local changes, then fetching and merging the `synced/master` and the `git-annex` branch from the remote repositories and finally pushing the - changes back to these remote branches. + changes back to these remote repositories. + You can use standard git commands to do each of those steps by hand, or if you don't want to worry about the details, you can use sync. @@ -134,7 +135,8 @@ subdirectories). `synced/master` branch. If you want to include/exclude a repository from this list, just create or delete this branch. - Note that sync does not transfer any file contents from or to the remote. + Note that sync does not transfer any file contents from or to the remote + repositories. * addurl [url ...] |