[Digikam-devel] Re: how to use git as subversion
Gert Kello
gert.kello at gmail.com
Tue Feb 8 09:50:22 GMT 2011
Sorry to step in, but
> Problem is "git up" alias to "git pull --rebase -v". this is my git
> configuration from my home dir :
>
> [gilles at localhost ~]$ pwd
> /home/gilles
> [gilles at localhost ~]$ cat .gitconfig
> [url "git://anongit.kde.org/"]
> insteadOf = kde:
>
> [url "git at git.kde.org:"]
> pushInsteadOf = kde:
>
> [url "ssh://git@git.kde.org/"]
> pushinsteadof = kde://
>
I believe this "insteadof=kde:" causes problems
It should be "insteadOf = kde://"
And You have one extra "pushInsteadOf = kde:", I think it should be
removed, keep only the "pushinsteadof = kde://" one
Gert
More information about the Digikam-devel
mailing list