回答編集履歴

3

たまたま上にも同じファイルがあったので気付かなかったパス違いを修正

2020/08/10 22:43

投稿

dameo
dameo

スコア943

test CHANGED
@@ -104,7 +104,7 @@
104
104
 
105
105
 
106
106
 
107
- patch -p1 <../../patch.diff
107
+ patch -p1 <../patch.diff
108
108
 
109
109
 
110
110
 

2

git有無判定がコピペで作ったら逆になってたので修正

2020/08/10 22:43

投稿

dameo
dameo

スコア943

test CHANGED
@@ -90,7 +90,7 @@
90
90
 
91
91
 
92
92
 
93
- if ! command -v git; then
93
+ if command -v git; then
94
94
 
95
95
  git init
96
96
 
@@ -108,7 +108,7 @@
108
108
 
109
109
 
110
110
 
111
- if ! command -v git; then
111
+ if command -v git; then
112
112
 
113
113
  git add .
114
114
 
@@ -124,7 +124,7 @@
124
124
 
125
125
 
126
126
 
127
- if ! command -v git; then
127
+ if command -v git; then
128
128
 
129
129
  git add .
130
130
 

1

画像の追加

2020/08/10 19:22

投稿

dameo
dameo

スコア943

test CHANGED
@@ -387,3 +387,5 @@
387
387
  ]
388
388
 
389
389
  ```
390
+
391
+ ![イメージ説明](e1afdfe5a2c0bdea10bc734ea4177a6f.png)