Cloning a Git Bridge Repo: Difference between revisions
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]] |