質問するログイン新規登録

回答編集履歴

1

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

2021/06/01 05:19

投稿

rysh
rysh

スコア874

answer CHANGED
@@ -1,9 +1,9 @@
1
1
  削除していいですよ。
2
2
  master,developとあるのでgitflowかと思いますが、解説しているサイトもあるのでこれに沿ってやると良いと思いますよ
3
3
 
4
- 昔からあるgitflowの解説: https://danielkummer.github.io/git-flow-cheatsheet/index.ja_JP.html
4
+ 昔からあるgitflowの解説: [https://danielkummer.github.io/git-flow-cheatsheet/index.ja_JP.html](https://danielkummer.github.io/git-flow-cheatsheet/index.ja_JP.html)
5
5
 
6
- Attlasianによる解説: https://www.atlassian.com/ja/git/tutorials/comparing-workflows/gitflow-workflow
6
+ Attlasianによる解説: [https://www.atlassian.com/ja/git/tutorials/comparing-workflows/gitflow-workflow](https://www.atlassian.com/ja/git/tutorials/comparing-workflows/gitflow-workflow)
7
7
 
8
8
 
9
- Martin Fowlerによるいろいろなブランチ戦略の解説: https://martinfowler.com/articles/branching-patterns.html
9
+ Martin Fowlerによるいろいろなブランチ戦略の解説: [https://martinfowler.com/articles/branching-patterns.html](https://martinfowler.com/articles/branching-patterns.html)