heroku使用ノート

838 ワード

1,どのようにcheckout herokuの上のコード、修正して提出します
git clone git://herokuのアドレス
送信:
git remote add heroku [email protected]:newname.git
で次のコマンドが実行されます.
git push heroku master
2、herokuを使用してプロジェクトを初期化するには
 git init
 git add .
 git commit -m "init tianyaphoto project"
 heroku create tianyaphoto
 git push heroku master