0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Git-ブランチを切るときにその前につける修飾子

Last updated at Posted at 2025-04-16
Prefix Meaing
feature/ 新しい機能の追加用ブランチ。例: feature/login-ui
bugfix/ バグ修正用のブランチ。例: bugfix/fix-login-crash
refactor/ 機能もバグも変えず、コードだけをキレイにする用のブランチ。例: refactor/split-player-class
hotfix/ 緊急で本番環境に修正を入れるとき。例: hotfix/memory-leak
release/ リリース前の調整や検証のためのブランチ。例: release/v1.0.0
chore/ 細かい修正・リファクタ・依存関係のアップデートなど。例: chore/update-eslint
test/ テスト用ブランチ。例: test/experimental-ui
doc/ ドキュメントの修正。例: doc/readme-update
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?