Cloud9 のコンソールから GitHub と連携ができる。
git init
git add .
git commit -m "<コミットメッセージ>"
git remote add origin [email protected]:<gitしたいディレクトリ>
git commit
git push -u origin master
※Gitのディレクトリは以下から取得
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
Cloud9 のコンソールから GitHub と連携ができる。
git init
git add .
git commit -m "<コミットメッセージ>"
git remote add origin [email protected]:<gitしたいディレクトリ>
git commit
git push -u origin master
※Gitのディレクトリは以下から取得
Register as a new user and use Qiita more conveniently
Go to list of users who liked