update
This commit is contained in:
parent
502e7affb9
commit
8987cc214e
2 changed files with 5 additions and 1 deletions
|
@ -14,4 +14,8 @@ good path to making annex.synccontent default.
|
||||||
|
|
||||||
Update: Implemented `git-annex pull` and `git-annex push`, although I have
|
Update: Implemented `git-annex pull` and `git-annex push`, although I have
|
||||||
no plans yet to deprecate `git-annex sync`.
|
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.
|
||||||
"""]]
|
"""]]
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
Brainstorming some names for a new command that is `git add -A` + sync...
|
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
|
`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.
|
`git-annex addsync` is clear what it does, but not very memorable.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue