質問編集履歴

1

git remoteのコマンド結果の追記

2019/05/14 11:56

投稿

TOMSOYA
TOMSOYA

スコア23

test CHANGED
File without changes
test CHANGED
@@ -45,3 +45,21 @@
45
45
  解決方法がわからず困っています。
46
46
 
47
47
  回答いただけると幸いです…!!
48
+
49
+
50
+
51
+ git remoteのコマンド結果
52
+
53
+ ```ここに言語を入力
54
+
55
+ $ git remote -v
56
+
57
+ heroku https://git.heroku.com/dry-falls-33347.git (fetch)
58
+
59
+ heroku https://git.heroku.com/dry-falls-33347.git (push)
60
+
61
+ origin git@github.com:TOMOSOYA/watashi.git (fetch)
62
+
63
+ origin git@github.com:TOMOSOYA/watashi.git (push)
64
+
65
+ ```