「Git」の版間の差分
提供: wikipokpok
(ページの作成:「 {{PAGENAME}} $ git add -A $ git commit -m "Finish user edit, update, index, and destroy actions" $ git checkout master $ git merge updating-clients...」) |
|||
(同じ利用者による、間の2版が非表示) | |||
1行目: | 1行目: | ||
[[category:memo|{{PAGENAME}}]] | [[category:memo|{{PAGENAME}}]] | ||
+ | $ git checkout -b updating-clients | ||
+ | $ git status | ||
+ | |||
$ git add -A | $ git add -A | ||
$ git commit -m "Finish user edit, update, index, and destroy actions" | $ git commit -m "Finish user edit, update, index, and destroy actions" | ||
11行目: | 14行目: | ||
$ heroku run rails db:seed | $ heroku run rails db:seed | ||
$ heroku restart | $ heroku restart | ||
+ | |||
+ | == ssh接続 == | ||
+ | https://zenn.dev/schnell/articles/0e1c2e9db5c08d | ||
+ | |||
+ | https://qiita.com/non0311/items/03e3e7a042f70f072286 |
2022年8月24日 (水) 09:49時点における最新版
$ git checkout -b updating-clients $ git status
$ git add -A $ git commit -m "Finish user edit, update, index, and destroy actions" $ git checkout master $ git merge updating-clients $ git push $ rails test $ git push heroku $ heroku pg:reset DATABASE $ heroku run rails db:migrate $ heroku run rails db:seed $ heroku restart
ssh接続[編集]
https://zenn.dev/schnell/articles/0e1c2e9db5c08d
https://qiita.com/non0311/items/03e3e7a042f70f072286