Or do I need to switch to the dev branch (and how)?
Ok, should have read the FAQ or googled it. But there is no branch "dev", only "remotes/origin/dev" amongst others.
nzedb@server:/var/www/nZEDb$ git branch -a
* master
remotes/origin/HEAD -> origin/master
remotes/origin/dev
remotes/origin/dev-db
remotes/origin/dev-ftsearch
remotes/origin/dev-li3
remotes/origin/dev-logging
remotes/origin/dev-misc
remotes/origin/dev-openssl
remotes/origin/dev-pp
remotes/origin/dev-relsplit
remotes/origin/dev-reqidtable
remotes/origin/dev-scrutinizer
remotes/origin/dev-sphinx
remotes/origin/dev-sphinxindexes
remotes/origin/dev-tasky-fixes
remotes/origin/dev-test
remotes/origin/dev-tmuxrevamp
remotes/origin/dev-utility
remotes/origin/dev-xdnzb
remotes/origin/master
remotes/origin/master-debug
remotes/origin/next-master
When I do "git checkout dev" and "git pull" I get the message "Already up-to-date" and I seem to have created a local dev branch.
What am I doing wrong?
Edit: I think I figured it out and it shows that I'm a "git noob". Wenn I "git pull" I actually pull all branches and then I can switch between them with "git checkout <branch>", right? I noticed that the Changelog changed when I was playing around with the various git commands...