From c73b8bec26762db9747f39057c5cf19c484e0d91 Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Sun, 23 Aug 2009 21:11:57 -0400 Subject: [PATCH] hosted: Add FAQ entry on applying for commit privileges --- fedorahosted.org/data/content/faq.html | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/fedorahosted.org/data/content/faq.html b/fedorahosted.org/data/content/faq.html index 921a5de..93e52d9 100644 --- a/fedorahosted.org/data/content/faq.html +++ b/fedorahosted.org/data/content/faq.html @@ -24,6 +24,8 @@

${_("There is. <code>https://fedorahosted.org/released/myproject</code> will go to the same place. The disadvantage of this is you must know the project name and can't browse for projects.")}

${_('I just got a new git repository, how can I push/pull?')}

${_('Before anyone can clone/push the new repository a master push must be done with the command (from your local git repo): git push ssh://git.fedorahosted.org/git/yourproject.git/ master')}

+

${_('How do I get permission to commit to a project?')}

+

${_('You should <a href="https://admin.fedoraproject.org/accounts/group/list">apply</a> for the commit group of the project, which should be <code>&lt;scm&gt;&lt;project&gt;</code>, e.g. for the desktop-effects project, apply to the <code>gitdesktop-effects</code> group.')}

${_('While I wait for my repository to be created, can I work on my code elsewhere?')}

${_('Of course. Visit <a href="http://fedoraproject.org/wiki/Infrastructure/fedorapeople.org">http://fedoraproject.org/wiki/Infrastructure/fedorapeople.org</a> for instructions on how to set up a temporary repository in your fedorapeople.org space.')}

-- 1.6.4.1