Skip to content

Instantly share code, notes, and snippets.

View kulamochi's full-sized avatar

Masanori Kuramochi kulamochi

View GitHub Profile
@kulamochi
kulamochi / Releaseflow.md
Last active October 26, 2022 07:06 — forked from fujimaki-k/Releaseflow.md
リリースまでの流れ

リリースまでの流れ

1. フィーチャーブランチの作成

  • develop ブランチから新たに作成する機能のためのフィーチャーブランチを作成します。
git branch feature/new_feature develop

2. プログラムの開発とテスト