Neon/Git: Difference between revisions

From KDE Community Wiki
No edit summary
No edit summary
Line 7: Line 7:
Add this to <code>~/.gitconfig</code>
Add this to <code>~/.gitconfig</code>
{{Input|1=<nowiki>[url "[email protected]:"]
{{Input|1=<nowiki>[url "[email protected]:"]
         insteadof = neon:
         insteadof = neon:</nowiki>}}
}}
and clone with:
and clone with:
{{Input|1=<nowiki>git clone neon:plasma/khotkeys
{{Input|1=<nowiki>git clone neon:plasma/khotkeys</nowiki>}}
}}

Revision as of 16:20, 10 December 2015

The Neon Git repositories are at http://git.edinburghlinux.co.uk

In the future all KDE contributors can commit to these on branches used by Neon and related projects. It will reject commits on other branches.

They are clones of the repositories used by Debian pkg-kde team http://anonscm.debian.org/cgit/pkg-kde/. Any commits made to a Debian pkg-kde repository will be pulled into Neon Git immediately.

Add this to ~/.gitconfig

[url "[email protected]:"]
        insteadof = neon:

and clone with:

git clone neon:plasma/khotkeys