差分

Git

173 バイト追加, 2022年8月24日 (水) 09:49
編集の要約なし
[[category:memo|{{PAGENAME}}]]
$ git checkout -b updating-clients
$ git status
 
$ git add -A
$ git commit -m "Finish user edit, update, index, and destroy actions"
$ heroku run rails db:seed
$ heroku restart
 
== ssh接続 ==
https://zenn.dev/schnell/articles/0e1c2e9db5c08d
 
https://qiita.com/non0311/items/03e3e7a042f70f072286