git + cloud9 備忘

cloud9のコードをgithubで管理

  1. githubリポジトリ作成
  2. cloud9でリポジトリを使ってプロジェクトを作成
  3. cloud9でコード編集
  4. cloud9ターミナル上でgit commit -a
  5. git push -u origin master