patternables.comはEC2上にWebサーバを立てて動かしているが、これまでは特にGitなどでコードを管理していなかった。
EC2にGitを入れてバージョン管理(更新管理)するようにしたのでその手順を記録しておく。
EC2上にバージョン管理用のベアリポジトリを作る。
Server
$ mkdir patternables.git
Following command on terminal (local). (Detailed explanation here)
scp your_file.csv [email protected]:/path/to/destination/directory
Following command on terminal (local; where you want to download the file)