diff --git a/doc/Git_Access_Poly.txt b/doc/Git_Access_Poly.txt new file mode 100644 index 0000000000000000000000000000000000000000..13325f29a18d3ba629aedec7fb3fc489bbde8dc7 --- /dev/null +++ b/doc/Git_Access_Poly.txt @@ -0,0 +1,28 @@ +// AsciiDoc file + +Git developer access +-------------------- + +Run: + +-------------------------------------------------------------- +ssh-keygen -C sflphone_org@sflphone.org +cat ~/.ssh/id_rsa.pub +-------------------------------------------------------------- + +and transmit us the content of the `id_rsa.pub` file, for shared-key +authentication. Then, if you already have a cloned repository, run: + +-------------------------------------------------------------- +git-config remote.origin.url git+ssh://sflphone_org@sflphone.org/git/sflphone.git +-------------------------------------------------------------- + +Otherwise, grab a new copy: + +-------------------------------------------------------------- +git clone git+ssh://sflphone_org@sflphone.org/git/sflphone.git +cd sflphone +autoreconf --install +-------------------------------------------------------------- + +View sflsite:build[build notes] for more details.