This is a static archive of the previous Open Grid Forum Redmine content management system saved from host redmine.ogf.org file /projects/cp-june2012/repository at Thu, 03 Nov 2022 01:36:04 GMT Repository - Cloud Plugfest - June 2012 - Open Grid Forum
Repository does not exist. Create one using the instructions below.

Repository

Git setup:

Download and install Git

git config --global user.name "Anonymous"
git config --global user.email 

Permission Setup:

Upload SSH public key

Add yourself as a project developer: Cloud Plugfest - June 2012 Settings -> Members Tab -> New Member

Repository Setup:

mkdir cp-june2012
cd cp-june2012
git init
touch README
git add README
git commit -m "Initial commit"
git remote add origin gitosis@redmine.ogf.org:community/liaison-cg/cloud-plugfest-cg/cp-june2012.git
git push origin master

Existing Git Repo?

cd existing_git_repo
git remote add origin gitosis@redmine.ogf.org:community/liaison-cg/cloud-plugfest-cg/cp-june2012.git
git push origin master
This is a static archive of the previous Open Grid Forum Redmine content management system saved from host redmine.ogf.org file /projects/cp-june2012/repository at Thu, 03 Nov 2022 01:36:08 GMT