Hi,
On Sonntag, 17. Mai 2020 02:22:48 CEST Dawid Wrobel wrote:
> Jack,
>
> In my case it was enough to set the origin remote URL to the new one:
>
> $ git remote --v
> origin git://anongit.kde.org/kmymoney (fetch)
> origin g...@git.kde.org:kmymoney (push)
>
> $ git remote set-url origin g...
Jack,
In my case it was enough to set the origin remote URL to the new one:
$ git remote --v
origin git://anongit.kde.org/kmymoney (fetch)
origin g...@git.kde.org:kmymoney (push)
$ git remote set-url origin g...@invent.kde.org:office/kmymoney.git
$ git remote --v
origin g...@invent.kde.org:o
The forwarded note includes "
To assist developers with the transition process, Sysadmin has
developed a utility ('git kpull') which once setup on a developers
system will automatically migrate any git.kde.org/anongit.kde.org to
the new structure automatically, before proceeding with a regul