LoginSignup
0
0

More than 5 years have passed since last update.

ターミナルからのgithub操作(随時追加予定)

Posted at

ターミナルからgithubを操作する方法を箇条書きで書いています。

完全に自分のメモ書きなので、順番とかはありません。

herokuへのpush

・git add .
・git commit -m "コミット内容"
・git push heroku master
もしくは
git push heroku (ブランチ名):master
・heroku run rake db:migrate
・heroku open

0
0
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
0
0