###First Clone the latest version of the model from bitbucket.
###Upload code to TACC
You can use scp
, rsync
, even git
, whatever. I use rsync:
rsync -raz . [email protected]:~/projects/emodps
when you're in the highest level directory of the project (the dot .) the nice thing about rsync is that it only transfers files that were added or modified relative to the destination.