回答編集履歴

1

URLがリンクになっていなかったのでリンクにした。

2021/06/01 05:19

投稿

rysh
rysh

スコア874

test CHANGED
@@ -4,14 +4,14 @@
4
4
 
5
5
 
6
6
 
7
- 昔からあるgitflowの解説: https://danielkummer.github.io/git-flow-cheatsheet/index.ja_JP.html
7
+ 昔からあるgitflowの解説: [https://danielkummer.github.io/git-flow-cheatsheet/index.ja_JP.html](https://danielkummer.github.io/git-flow-cheatsheet/index.ja_JP.html)
8
8
 
9
9
 
10
10
 
11
- Attlasianによる解説: https://www.atlassian.com/ja/git/tutorials/comparing-workflows/gitflow-workflow
11
+ Attlasianによる解説: [https://www.atlassian.com/ja/git/tutorials/comparing-workflows/gitflow-workflow](https://www.atlassian.com/ja/git/tutorials/comparing-workflows/gitflow-workflow)
12
12
 
13
13
 
14
14
 
15
15
 
16
16
 
17
- Martin Fowlerによるいろいろなブランチ戦略の解説: https://martinfowler.com/articles/branching-patterns.html
17
+ Martin Fowlerによるいろいろなブランチ戦略の解説: [https://martinfowler.com/articles/branching-patterns.html](https://martinfowler.com/articles/branching-patterns.html)