diff options
author | Joey Hess <joey@kitenet.net> | 2011-08-16 22:22:45 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-08-16 22:22:45 -0400 |
commit | 11cdf0316e7c4bc9f370d732ead5c7671c5ff569 (patch) | |
tree | f2574de9aae7021719cc6966db83249997ed0202 | |
parent | 4a023dd1aafb725ba5ccff5f09adc7055a2643ba (diff) | |
parent | dffbf49d90236aedb559a3db26a96e2ae7904ece (diff) |
Merge branch 'master' of ssh://git-annex.branchable.com
-rw-r--r-- | doc/forum/version_3_upgrade/comment_1_05fc9c9cad26c520bebb98c852c71e35._comment | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/forum/version_3_upgrade/comment_1_05fc9c9cad26c520bebb98c852c71e35._comment b/doc/forum/version_3_upgrade/comment_1_05fc9c9cad26c520bebb98c852c71e35._comment new file mode 100644 index 000000000..18746225e --- /dev/null +++ b/doc/forum/version_3_upgrade/comment_1_05fc9c9cad26c520bebb98c852c71e35._comment @@ -0,0 +1,13 @@ +[[!comment format=mdwn + username="http://joey.kitenet.net/" + nickname="joey" + subject="comment 1" + date="2011-08-17T01:33:08Z" + content=""" +It's ok that `git pull` does not merge the git-annex branch. You can merge it with `git annex merge`, or it will be done +automatically when you use other git-annex commands. + +If you use `git pull` and `git push` without any options, the defaults will make git pull and push the git-annex branch automatically. + +But if you're in the habit of doing `git push origin master`, that won't cause the git-annex branch to be pushed (use `git push origin git-annex` to manually push it then). Similarly, `git pull origin master` won't pull it. And also, the `remote.origin.fetch` setting in `.git/config` can be modified in ways that make `git pull` not automatically pull the git-annex branch. So those are the things to avoid after upgrade to v3, basically. +"""]] |