ばくのエンジニア日誌

技術的なメモなどを書いていきます。

git

Herokuにpushできない時の対処法

Herokuにpushできなかった時の対処法をメモ。 まず、エラーを見てみます。 C:\first_app>git push heroku master fatal: 'git_url' does not appear to be a git repository fatal: Could not read from remote repository. Please make sure you have the c…

git logで日報を書く

git

このブログ(ばくのエンジニア日誌)はBAKUNOTEに移転しました。 いつも業務後に日報を書いてるんですけど、今日開発した部分をgit logを参照してぱぱっとつくれないかな?と思い調べてみたら、ありました。 やり方。 --prettyというオプションで、フォーマ…