clarify that sync only commits changes to files already added to the repo
This commit is contained in:
parent
4b38a572ab
commit
fe994e58e5
1 changed files with 2 additions and 1 deletions
|
@ -148,7 +148,8 @@ subdirectories).
|
||||||
Or specify `--fast` to sync with the remotes with the
|
Or specify `--fast` to sync with the remotes with the
|
||||||
lowest annex-cost value.
|
lowest annex-cost value.
|
||||||
|
|
||||||
The sync process involves first committing all local changes,
|
The sync process involves first committing any local changes to files
|
||||||
|
that have previously been added to the repository,
|
||||||
then fetching and merging the `synced/master` and the `git-annex` branch
|
then fetching and merging the `synced/master` and the `git-annex` branch
|
||||||
from the remote repositories, and finally pushing the changes back to
|
from the remote repositories, and finally pushing the changes back to
|
||||||
those branches on the remote repositories. You can use standard git
|
those branches on the remote repositories. You can use standard git
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue