summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar annexuser <annexuser@web>2012-11-17 20:44:53 +0000
committerGravatar admin <admin@branchable.com>2012-11-17 20:44:53 +0000
commit4c26c2cdf4b7b8a0435b445498b330a2fdbd0cce (patch)
tree4306bc23fcc3fa1b66b8bb5b90f6e0914412a80c
parent56640cc7e2a74cfda4c45250d7778357ca3896a9 (diff)
Added a comment
-rw-r--r--doc/forum/Push__47__Pull_with_the_Assistant/comment_2_aec8cc20576e7ffd5a8be4348d1a0073._comment21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/forum/Push__47__Pull_with_the_Assistant/comment_2_aec8cc20576e7ffd5a8be4348d1a0073._comment b/doc/forum/Push__47__Pull_with_the_Assistant/comment_2_aec8cc20576e7ffd5a8be4348d1a0073._comment
new file mode 100644
index 000000000..20be4c6ce
--- /dev/null
+++ b/doc/forum/Push__47__Pull_with_the_Assistant/comment_2_aec8cc20576e7ffd5a8be4348d1a0073._comment
@@ -0,0 +1,21 @@
+[[!comment format=mdwn
+ username="annexuser"
+ ip="85.159.236.214"
+ subject="comment 2"
+ date="2012-11-17T20:44:53Z"
+ content="""
+When I make a change in the repository and run a plain old `git annex sync`, it pushes out to any other available annex, but not to my bare hub. If I run `git annex sync` a second time it tells me that I'm ahead of the hub:
+
+ commit
+ # On branch master
+ # Your branch is ahead of 'hub/master' by 1 commit.
+ #
+ nothing to commit, working directory clean
+ ok
+
+In order to push the changes out to the hub I have to do `git push --all`.
+
+The same thing with pulling. If I make a change on the annex, push it to the hub, and then go to a second annex that knows about the hub but not the first annex, a `git annex sync` does not pull the changes in from the hub. I have to do `git pull` to get them.
+
+Do I have something setup incorrectly?
+"""]]