差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン両方とも次のリビジョン
heroku [2021/07/24 11:19] – [Herokuその他] techwikiheroku [2021/10/29 20:24] – [リモートリポジトリを確認] techwiki
行 24: 行 24:
 ''xxx''(アプリ名)は他社が作成済みのアプリ名と重複するとエラーとなる。 ''xxx''(アプリ名)は他社が作成済みのアプリ名と重複するとエラーとなる。
  
-====リモートリポジトリを確認==== +==== リモートリポジトリを確認 ==== 
-<code bash>+<code
 +git remote -v 
 +</code> 
 + 
 +<code - 実行結果>
 heroku  https://git.heroku.com/xxx.git (fetch) heroku  https://git.heroku.com/xxx.git (fetch)
 heroku  https://git.heroku.com/xxx.git (push) heroku  https://git.heroku.com/xxx.git (push)
  • 最終更新: 2021/10/29 21:37