質問編集履歴
4
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -30,7 +30,7 @@
|
|
30
30
|
|
31
31
|
|
32
32
|
|
33
|
-
この状態で、`main`→`develop`のプルリクエスト、`develop`→`main`のプルリクエストを作成しました
|
33
|
+
この状態で、`main`→`develop`のプルリクエスト、`develop`→`main`のプルリクエストを作成しました(未マージ)
|
34
34
|
|
35
35
|
[Pull request #3](https://github.com/satken2/test/pull/3)
|
36
36
|
|
@@ -42,7 +42,7 @@
|
|
42
42
|
|
43
43
|
|
44
44
|
|
45
|
-
この状態では、`main`と`develpp`はマージ済みなので同じだと思っていたのですが、
|
45
|
+
この状態では、`main`と`develpp`はマージ済みなので同じだと思っていたのですが、プルリクエストでは差分が発生しています。
|
46
46
|
|
47
47
|
[Pull request #3](https://github.com/satken2/test/pull/3)
|
48
48
|
|
@@ -54,7 +54,7 @@
|
|
54
54
|
|
55
55
|
|
56
56
|
|
57
|
-
また、
|
57
|
+
また、`develop`→`main`のプルリクエストも差分が発生しています
|
58
58
|
|
59
59
|
すでにマージしたんじゃなかったっけ、、?
|
60
60
|
|
3
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -27,6 +27,14 @@
|
|
27
27
|
|
28
28
|
|
29
29
|
![イメージ説明](ca25a6ebff4b5aa961529d0b56c60e57.png)
|
30
|
+
|
31
|
+
|
32
|
+
|
33
|
+
この状態で、`main`→`develop`のプルリクエスト、`develop`→`main`のプルリクエストを作成しました
|
34
|
+
|
35
|
+
[Pull request #3](https://github.com/satken2/test/pull/3)
|
36
|
+
|
37
|
+
[Pull request #4](https://github.com/satken2/test/pull/4)
|
30
38
|
|
31
39
|
|
32
40
|
|
2
2つめの事象を追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -46,7 +46,25 @@
|
|
46
46
|
|
47
47
|
|
48
48
|
|
49
|
+
また、この状態でもう一度`develop`から`main`にマージすることができます。
|
50
|
+
|
51
|
+
すでにマージしたんじゃなかったっけ、、?
|
52
|
+
|
53
|
+
|
54
|
+
|
55
|
+
[Pull request #4](https://github.com/satken2/test/pull/4)
|
56
|
+
|
57
|
+
|
58
|
+
|
59
|
+
|
60
|
+
|
61
|
+
|
62
|
+
|
49
63
|
![イメージ説明](b40bff8308050a971180ca1f1462eedc.png)
|
64
|
+
|
65
|
+
|
66
|
+
|
67
|
+
|
50
68
|
|
51
69
|
|
52
70
|
|
1
レポジトリのリンクを作成
test
CHANGED
File without changes
|
test
CHANGED
@@ -19,6 +19,10 @@
|
|
19
19
|
5. Github上で`fix`ブランチを`develop`ブランチにマージ
|
20
20
|
|
21
21
|
6. Github上で`develop`ブランチを`main`ブランチにマージ(Squashして1コミットに集約)
|
22
|
+
|
23
|
+
|
24
|
+
|
25
|
+
[satken2/test - Github](https://github.com/satken2/test)
|
22
26
|
|
23
27
|
|
24
28
|
|