Hi, the "2.0" branch of digikam has been merged to master. In your local repositories, checkout master, pull, delete your local 2.0 branch, and cleanup: git checkout master git pull git branch -d 2.0 git remote prune origin (assuming you have no local commits or changes. If you have, stash, rebase or cherry-pick). Marcel