Menu

Tree [271018] master /
 History

HTTPS access


File Date Author Commit
 .classpath 2011-06-01 David Lowery David Lowery [916301] test
 .project 2011-06-01 David Lowery David Lowery [916301] test
 README.txt 2011-06-01 Robert A. Morris Robert A. Morris [b9e05e] minor edit
 description 2011-05-30 Robert A. Morris Robert A. Morris [eb8a60] link to .git/Description
 egit_readme.txt 2011-06-16 dlowery dlowery [271018] Added additional readme for cloning, commit and...
 test 2011-06-16 dlowery dlowery [7d8d77] test again

Read Me

GIT REPOS for EFG2 build and deployment

git		description of repo
repo


efg		This repository, not needed to build efg2
efg2	     	The main repo
efg_website	Static files for efg deployments
efg_skins	Templates
efg2_platemaker	PDF plates
efg2_bookmaker	Preliminary for making PDF books

EFGIcons	Static icon files
EFGImages	Static image files for deployment at UMB


To fetch:

Read-only fetch:
git clone   git://efg.git.sourceforge.net/gitroot/efg/REPO
where REPO is one of the above git repo names

If you have git push authorization:
  git clone ssh://YOURSOURCFORGENAME,efg@efg.git.sourceforge.net/gitroot/efg/REPO
If you are a committer on only the efg project, you can eliminate the 
",efg" that follows YOURSOURCEFORGENAME


In both cases, the result will be to create a directory containing the checked-out files and a subdirectory .git which is in fact your local git repo.

In the authorized committer case, you should be able to push 
any changes you commit locally (via "git commit')  with the command "git push" 

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.