LoginSignup
0
0

More than 3 years have passed since last update.

俺俺Git運用手順(git-flow導入)

Posted at

前提

  • 個人開発の小規模プロジェクト
  • 使うツール、サービス
    • GitHub
    • Sourcetree
    • git-flow

git-flow導入

運用

  • 基本ブランチ
    • master(本番)
    • develop(開発)
  • なにか機能追加したいな~
    • issue書く。(小さいものは書かない。)
    • git-flowでdevelopから新規Featureを作成
      • 名前は機能名を入力(単語の区切りはアンダーバー)
      • developにマージ
  • 本番でバグでたな~
    • issue書く。
    • masterからhotfixブランチを切る
      • 命名はissue番号で書く。
      • master, developにマージ
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