This commit is contained in:
Joey Hess 2023-05-17 13:41:33 -04:00
parent 502e7affb9
commit 8987cc214e
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 5 additions and 1 deletions

View file

@ -14,4 +14,8 @@ good path to making annex.synccontent default.
Update: Implemented `git-annex pull` and `git-annex push`, although I have
no plans yet to deprecate `git-annex sync`.
Update: I found a better path to transition to sync --content by
default, and have started that transition. `git-annex pull/push` sync
content by default already.
"""]]

View file

@ -6,7 +6,7 @@
Brainstorming some names for a new command that is `git add -A` + sync...
`git-annex publish` kind of implies more exposure of local files to others
than just syncing. But it also implies sending data, not also receiving it.
than just syncing. But it more implies sending data, not also receiving it.
`git-annex addsync` is clear what it does, but not very memorable.