Hi Akshey<br><br><div class="gmail_quote">On Mon, Nov 30, 2009 at 5:20 PM, Akshey Jawa <span dir="ltr">&lt;<a href="mailto:aksheyjawa@gmail.com">aksheyjawa@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br><br>I need help in creating homepage for my project hosted at <a href="https://garage.maemo.org/projects/smartclassrooms/" target="_blank">https://garage.maemo.org/projects/smartclassrooms/</a>. For this I need to upload webpages using Version Control System. I have configured the project account at <a href="http://garage.maemo.org" target="_blank">garage.maemo.org</a> to use GIT but I am not able to figure out how I can push the webpages online. Kindly help me to do so. I do not have any experience in using Version Control Systems. I read somewhere that I need to create directory named &#39;www&#39; in the my project&#39;s GIT repository and this directory should contain the webpages.<br>

<br>I have created a local repository using following commands-<br>git init<br>git add .<br>git commit<br></blockquote><div>I tried for 1/2 hour to find a place where  setting up git for garage was documented but did not find it yet so here is a more generic answer<br>
<br>you need to add  a new remote repository and push the content to there something like this (but I dont&#39; know the url)<br><pre>  git remote add origin <a href="http://git.garage.maemo.org???/example.git">git.garage.maemo.org???/example.git</a><br>
  git push origin master<br></pre><br></div></div>