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"