{extends "idf/source/base.html"} {block docclass}yui-t2{assign $inHelp=true}{/block} {block body}
{blocktrans}The team behind {$project} is using the git software to manage the source code.{/blocktrans}
git clone {$project.getSourceAccessUrl($user)}
{aurl 'url', 'IDF_Views_User::myAccount'}{blocktrans}You may need to provide your SSH key. The synchronization of your SSH key can take a couple of minutes. You can learn more about SSH key authentification.{/blocktrans}
{if $isOwner or $isMember}{blocktrans}To make a first commit in the repository, perform the following steps:{/blocktrans}
git init git add . git commit -m "initial import" git remote add origin {$project.getWriteRemoteAccessUrl($url)} git push origin master{/if} {/block} {block context}
{blocktrans}Find here more details on how to access {$project} source code.{/blocktrans}