Electronic Field Guide Code
Brought to you by:
dlowery,
ramorrismorris
File | Date | Author | Commit |
---|---|---|---|
.classpath | 2011-06-01 |
![]() |
[916301] test |
.project | 2011-06-01 |
![]() |
[916301] test |
README.txt | 2011-06-01 |
![]() |
[b9e05e] minor edit |
description | 2011-05-30 |
![]() |
[eb8a60] link to .git/Description |
egit_readme.txt | 2011-06-16 |
![]() |
[271018] Added additional readme for cloning, commit and... |
test | 2011-06-16 |
![]() |
[7d8d77] test again |
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"