[Digikam-devel] Re: how to use git as subversion

Gert Kello gert.kello at gmail.com
Mon Feb 7 09:29:09 GMT 2011


> And also, why if i ask to update local copy with remote repository, it
> refuse to restore the missing file, as subversion do ? I use alias set
> by git config --global alias.up "pull --rebase"
>
> This way to work with this SCM is not logic for me, so far...

git is Distributed version control system - it has to work differently.

Your computer has full repository - so all that previously did work
against server works now in Your local machine.

And You have to use additional set of commands to synchronize with
remote repositories.

Gert



More information about the Digikam-devel mailing list