LoginSignup
16
18

More than 5 years have passed since last update.

Cloud9とGitHubの連携メモ

Last updated at Posted at 2016-03-03

Cloud9 のコンソールから GitHub と連携ができる。

0eb83c89-0bb3-6ba0-d08e-acb40204b9f8.png

git init
git add .
git commit -m "<コミットメッセージ>"
git remote add origin gir@github.com:<gitしたいディレクトリ>
git commit
git push -u origin master

※Gitのディレクトリは以下から取得

GitHub_SSH_Code.png

16
18
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
16
18