aboutsummaryrefslogtreecommitdiff
path: root/doc/forum/git_pull_remote_git-annex.mdwn
blob: 349610693b6dee078aa4749cc4403717cd354118 (plain)
1
2
3
4
5
6
7
8
9
10
11
I thought I'd followed the walk through when initially setting up my repos.

However I find that I have to do the following to sync my annex's.

    git pull remote master
    git checkout git-annex
    git pull remote git-annex
    git checkout master
    git annex get .

Has something gone wrong? I see no mention of syncing git-annex repos in the walk-through...