差分

移動先: 案内検索

1tep

210 バイト追加, 2022年1月24日 (月) 10:17
編集の要約なし
$ rails server
 
$ git init
 
$ git add -A
$ git commit -m "first commit"
$ git branch -M main
$ git remote add origin https://github.com/ユーザー名/teptep-1.git
$ git push -u origin main
 
$ heroku create teptep-1

案内メニュー