[maemo-developers] Uploading homepage using GIT
From: Kees Jongenburger kees.jongenburger at gmail.comDate: Tue Dec 1 21:31:30 EET 2009
- Previous message: QA Process for non user/* packages and how Application Manager handles upgrades (was: Re: extras-devel -> extras-testing auto-promotion not working?)
- Next message: Uploading homepage using GIT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi Akshey On Mon, Nov 30, 2009 at 5:20 PM, Akshey Jawa <aksheyjawa at gmail.com> wrote: > Hi, > > I need help in creating homepage for my project hosted at > https://garage.maemo.org/projects/smartclassrooms/. For this I need to > upload webpages using Version Control System. I have configured the project > account at garage.maemo.org 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 'www' in the my project's GIT repository and this > directory should contain the webpages. > > I have created a local repository using following commands- > git init > git add . > git commit > 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 you need to add a new remote repository and push the content to there something like this (but I dont' know the url) git remote add origin git.garage.maemo.org???/example.git git push origin master -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.maemo.org/pipermail/maemo-developers/attachments/20091201/648ff027/attachment.htm
- Previous message: QA Process for non user/* packages and how Application Manager handles upgrades (was: Re: extras-devel -> extras-testing auto-promotion not working?)
- Next message: Uploading homepage using GIT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]