Cloning a Git Bridge Repo: Difference between revisions
Jump to navigation
Jump to search
Add table of versions |
mNo edit summary |
||
Line 37: | Line 37: | ||
|<tt>bma_GEOSctm_H10U_merge_UNSTABLE</tt> | |<tt>bma_GEOSctm_H10U_merge_UNSTABLE</tt> | ||
|} | |} | ||
== Cloning a Bridge Repo == | == Cloning a Bridge Repo == | ||
Cloning a bridge repo is just like cloning any other git repo: | Cloning a bridge repo is just like cloning any other git repo. For example, to clone the GEOSagcm repository: | ||
$ git clone /discover/swdev/adasilva/bridge/GEOSagcm | |||
Cloning into 'GEOSagcm'... | |||
done. | |||
Checking out files: 100% (4328/4328), done. | |||
== Checking out a Tag == | == Checking out a Tag == | ||
[[Category:SI Team]] | [[Category:SI Team]] |
Revision as of 05:30, 12 March 2015
This page will detail the processing of cloning a git bridge repo.
Locations of Bridge Repos
Bridge repos can be found on the following systems:
Discover | /discover/swdev/adasilva/bridge |
JIBB | /jibb/nobackup/gmaosi/bridge |
Bridge Repos Available
Repository | Current Version |
---|---|
GEOSagcm | Ganymed-4_1 |
GEOSadas | GEOSadas-5_13_0_p1 |
G5tutorial | bma-G5tut-H10U |
GEOSctm | bma_GEOSctm_H10U_merge_UNSTABLE |
Cloning a Bridge Repo
Cloning a bridge repo is just like cloning any other git repo. For example, to clone the GEOSagcm repository:
$ git clone /discover/swdev/adasilva/bridge/GEOSagcm Cloning into 'GEOSagcm'... done. Checking out files: 100% (4328/4328), done.