Hi Akshey On Mon, Nov 30, 2009 at 5:20 PM, Akshey Jawa <[email protected]> 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
_______________________________________________ maemo-developers mailing list [email protected] https://lists.maemo.org/mailman/listinfo/maemo-developers
