diff options
author | http://joeyh.name/ <http://joeyh.name/@web> | 2013-12-12 17:54:55 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-12-12 17:54:55 +0000 |
commit | 0b11ff6576433fab65f1b90b2d4c2b88a3de803c (patch) | |
tree | fbff355ccb966fe230f2cb3b2538830d9a9b33ad /doc/sync | |
parent | aa3338b9a164f7076da9fe01dc93789480bf539f (diff) |
Added a comment
Diffstat (limited to 'doc/sync')
-rw-r--r-- | doc/sync/comment_9_849883b7cc05bfcb01914d8737098010._comment | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/sync/comment_9_849883b7cc05bfcb01914d8737098010._comment b/doc/sync/comment_9_849883b7cc05bfcb01914d8737098010._comment new file mode 100644 index 000000000..ac65b03e6 --- /dev/null +++ b/doc/sync/comment_9_849883b7cc05bfcb01914d8737098010._comment @@ -0,0 +1,18 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="209.250.56.87" + subject="comment 9" + date="2013-12-12T17:54:55Z" + content=""" +@Dav what kind of url does the upstream remote have? Perhaps it would be sufficient to make sync skip trying to push to git:// and http[s]:// remotes. Both are unlikely to accept pushes and in the cases where they do accept pushes it would be fine to need a manual `git push`. + +Anyway, you can already configure which remotes get synced with. From the man page: + +<pre> + remote.<name>.annex-sync + If set to false, prevents git-annex sync (and the git-annex + assistant) from syncing with this remote. +</pre> + +So `git config remote.upstream.annex-sync=false` +"""]] |