We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
git checkout -b 新規ブランチ名_#issue番号
#issue番号
git commit -m "コミットメッセージ #issue番号"
bundle exec rubocop -a
bundle exec rubocop -A
-A
git checkout main
git pull
git branch -d 作業ブランチ名
git push heroku main