Cloning a Git Bridge Repo: Difference between revisions
Jump to navigation
Jump to search
Initial add |
Add table of versions |
||
Line 16: | Line 16: | ||
|<tt>/jibb/nobackup/gmaosi/bridge</tt> | |<tt>/jibb/nobackup/gmaosi/bridge</tt> | ||
|} | |} | ||
== Bridge Repos Available == | |||
{| class="wikitable" | |||
|+Currently Available Bridge Repositories | |||
|- | |||
!Repository | |||
!Current Version | |||
|- | |||
|<tt>GEOSagcm</tt> | |||
|<tt>Ganymed-4_1</tt> | |||
|- | |||
|<tt>GEOSadas</tt> | |||
|<tt>GEOSadas-5_13_0_p1</tt> | |||
|- | |||
|<tt>G5tutorial</tt> | |||
|<tt>bma-G5tut-H10U</tt> | |||
|- | |||
|<tt>GEOSctm</tt> | |||
|<tt>bma_GEOSctm_H10U_merge_UNSTABLE</tt> | |||
|} | |||
== Cloning a Bridge Repo == | |||
Cloning a bridge repo is just like cloning any other git repo: | |||
$ git clone /discover/swdev/adasilva/bridge/GEOSadas | |||
== Checking out a Tag == | |||
[[Category:SI Team]] | [[Category:SI Team]] |
Revision as of 05:20, 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:
$ git clone /discover/swdev/adasilva/bridge/GEOSadas